body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	background-color: #e6e6e6;
	background-image: url('Images/Bg.gif');
	background-repeat: repeat-x;
	
}
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}
form
{
	padding: 0px;
	margin: 0px;
}
table
{
}
tr, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1
{
	font-size: 11px;
	font-weight: bold;
	color: #377FB4;
}
h2
{
	font-size: 15px;
	font-weight: bold;
	color: #377FB4;
}
h3
{
	font-size: 14px;
	margin: 14px 0px 6px 0px;
}
a:link, a:active, a:visited
{
	color: #707070;
	text-decoration: underline;
}
a:hover
{
	color: #707070;
}
/* Common */

.ContentWrapper
{
	width: 816px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	height: 100%;
	background-color: #FFF;
	background-image: url('Images/Shadow.gif');
	background-repeat: repeat-y;
	background-position: right;
}
.PageHeaderWrapper
{
	background-image: url('Images/PageHeaderBar.gif');
	background-repeat: no-repeat;
}
.MainMenuWrapper
{
	width: 800px;
	margin-left: 7px;
}
.PageTitleWrapper
{
	width: 800px;
	margin-left: 7px;
	background-image: url('Images/headingBG.gif');
	background-repeat: repeat-x;
	height: 37px;
	padding: 0px 30px 0px 30px;
	color: #377FB4;
	font-size: 14px;
}
.MainContentWrapper
{
	width: 800px;
	margin-left: 7px;
	padding: 15px 30px 15px 30px;
	font-size: 12px;
	color: #666;
	text-align: justify;
}
.PageFooterWrapper
{
	color: White;
	font-size: 9px;
	background-image: url('Images/PageFooterBar.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 34px;
}
.PageFooter
{
	width: 100%;
	color: White;
}
.PageFooter .Text
{
	font-size: 11px;
	color: White;
	padding: 5px 17px 0px 17px;
}

.PageFooter .Text a
{
	font-size: 11px;
	color: White;
	text-decoration: none;
}

.LoginName
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	padding-bottom: 28px;
}


