/************************************************************************/
/*		Printable version
/************************************************************************/

@media print 
{
	#MainContent	{ width: 100%; }
	#NoPrint		{ display: none; }
	#PrinterOnly	{ display: block; }
}

@media screen 
{
	#MainContent	{ width: 760px; }
	#PrinterOnly	{ display: none; }
}


/************************************************************************/
/*		HTML TAGS REDEFINED												*/
/************************************************************************/

Body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D9D9F2;
	line-height: normal;
}

HR
{
	color: #555595;
	height: 1pt;
}

TR, TD, SPAN, DIV
{
	font-size: 11px;
	color: #000066;
	line-height: 18px;
}

INPUT, TEXTAREA, SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444488;
	background-color: #FFFFFF;
	line-height: normal;
	border: solid 1 #BBBBBB;
}

.CheckBox INPUT
{
	background-color: #ECECF9;
	border: none;
	line-height: normal;
}



/************************************************************************/
/*		HYPERLINKS AND BUTTONS											*/
/************************************************************************/
A:link, A:visited, A:active
{
	text-decoration: underline;
	color: #555595;
}
A:hover
{
	text-decoration: underline;
	color: #000066;
}

.TopNav, .TopNav A, .TopNav A:link, .TopNav A:visited, .TopNav A:active
{
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	line-height: normal;
}
.TopNav A:hover
{
	color: #000000;
	text-decoration: underline;
}

.SideNav, .SideNav A, .SideNav A:link, .SideNav A:visited, .SideNav A:active
{
	font-size: 12px;
	font-weight: bold;
	color: #D9D9F2;
	text-decoration: none;
	line-height: normal;
}
.SideNav A:hover
{
	color: #FFFFFF;
	padding-left: 1px;
	text-decoration: none;
}

.SideNav2, .SideNav2 A, .SideNav2 A:link, .SideNav2 A:visited, .SideNav2 A:active
{
	font-size: 11px;
	font-weight: normal;
	color: #D9D9F2;
	text-decoration: none;
	line-height: normal;
}
.SideNav2 A:hover
{
	color: #FFFFFF;
	padding-left: 1px;
	text-decoration: none;
}

.BreadcrumbNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	text-decoration: none;
	line-height: normal;
}
.BreadcrumbNav A, .BreadcrumbNav A:link, .BreadcrumbNav A:visited, .BreadcrumbNav A:active
{
	color: #BAAC70;
	text-decoration: underline;
}
.BreadcrumbNav A:hover
{
	color: #006633;
	text-decoration: underline;
}

.BottomNav
{
	font-size: 10px;
	color: #000066;
	text-decoration: none;
	line-height: normal;
}
.BottomNav A, .BottomNav A:link, .BottomNav A:visited, .BottomNav A:active
{
	color: #D9D9F2;
	text-decoration: none;
}
.BottomNav A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


A.LinkBtn, A.LinkBtn:link, A.LinkBtn:visited, A.LinkBtn:active
{
	border: solid 1px #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	height: 18px;
	background-color: #555595;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
A.LinkBtn:hover
{
	color: #D9D9F2;
	text-decoration: none;
}

A.LinkBtnSmall, A.LinkBtnSmall:link, A.LinkBtnSmall:visited, A.LinkBtnSmall:active
{
	border: solid 1px #000000;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #D9D9F2;
	background-color: #555595;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	text-align: center;
}
A.LinkBtnSmall:hover
{
	color: #FFFFFF;
	text-decoration: none;
}




.PagerRow, .PagerRow td
{
	font-weight: bold;
	font-size: 12px;
	color: #000066;
	line-height: normal;
}
.PagerRow A:link, .PagerRow A:active, .PagerRow A:visited, .PagerRow A:hover
{
}

.HeaderRow, .HeaderRow td, .HeaderRow A:link, .HeaderRow A:active, .HeaderRow A:visited, .HeaderRow A:hover
{
	background-color: #000066;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
}

.OddRow, .OddRow td
{
	line-height: normal;
}

.EvenRow, .EvenRow td
{
	background-color: #D9D9F2;
	line-height: normal;
}

.FooterRow, .FooterRow td
{
	background-color: #000066;
	height: 5px;
	font-size: 1px;
	line-height: normal;
}

.UserMessage
{
	border: #FFAA99 1px solid;
	padding: 4px;
	color: #EE0000;
	background-color: #FFE09F;
	font-size: 11px;
	width: 100%;
	line-height: normal;
}

.Error
{
	font-size: 10px;
	color: #EE0000;
	line-height: normal;
}

.Note
{
	font-size: 10px;
	color: #555595;
	line-height: normal;
}

.Copyright
{
	font-size: 10px;
	color: #555595;
	line-height: normal;
}

.Copyright A:link, .Copyright A:active, .Copyright A:visited, .Copyright A:hover
{
	color: #555595;
	text-decoration: underline;
}

.Title
{
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #D9D9F2;
	line-height: normal;
	padding-left: 10;
}

.TitleNoPadding
{
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #D9D9F2;
	line-height: normal;
}

.Title2
{
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	line-height: normal;
	padding-left: 25;
}

.Title2NoPadding
{
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	line-height: normal;
}

.SubTitle
{
	font-size: 13px;
	font-weight: bold;
	color: #555595;
	line-height: normal;
}


