/* CSS Document */
.ListStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	cursor: default;
	display: none;
	line-height: normal;
}


body {
	background: url(../images/bg.gif) repeat fixed left top;
	background-attachement: fixed;
	scrollbar-face-color: #cccccc;
	scrollbar-shadow-color: Gray;
	scrollbar-track-color: #990000;
	scrollbar-base-color: #cccccc;
	scrollbar-arrow-color: #F8F8FF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	
	}

.TableBorder
{
	color: Black;
	border-top: 1px inset Black;
	border-right: 1px inset Black;
	border-bottom: 1px inset Black;
	border-left: 1px inset Black;
}

.TableBorderWithoutSides {

	color: Black;
	border-top: 1px inset Black;
	border-right: 1px none Black;
	border-bottom: 1px inset Black;
	border-left: 1px none Black;
}

.TableBorderInside
{
	border: 1px inset Black;
	
}

a.boldwhiteLink:Link 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight: bold;
	}
	
a.boldwhiteLink:Visited 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight: bold;
	}

a.boldwhiteLink:Hover
	{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;

	}	


a.RedLink:Link
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	}

a.RedLink:Visited 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	}

a.RedLink:Hover
	{
	text-decoration: underline;
	}

a.AzLink:Visited 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFB76F;
	text-decoration: none;
	font-weight: bold;
	}

a.AzLink:Link
	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFB76F;
	text-decoration: none;
	font-weight: bold;
	}


a.BoldDarkRedLink:Link
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}

a.BoldDarkRedLink:Visited 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}

a.BoldDarkRedLink:Hover
	{
	text-decoration: underline;
	}



a.BlueLink:Link
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	font-weight: normal;
	}

a.BlueLink:Visited 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	font-weight: normal;
	}

a.BlueLink:Hover
	{
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;

	}

.defaultFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.defaultSmallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.NewsFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.HeadingWhite
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: White;
}


.HeadingRed
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #990000;
}

.HeadingBlue
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000066;
}

.subHeadingRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Maroon;

}

.subHeadingWhiteSmall
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: White;
}

.trcolor1 {
	background-color: #FDF0E3;
	cursor:hand;
}
.trcolor2 {
	background-color: #990000;
	cursor:hand;
}

.trcolor3 {
	background-color: #F8EEE0;
	cursor:hand;

}
.trcolor4 {
	background-color: #FFB888;
	cursor:hand;
}

.SImenuOff {
	background-color: #D6D6EB;
	cursor:hand;
}

.SImenuOn {
	background-color: #FAD8B6;
	cursor:hand;
}