/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 9pt;
	clip: rect(2px auto auto 0px);
	font-family: Arial, Verdana;
	background-color: #72838b;
	SCROLLBAR-HIGHLIGHT-COLOR: silver;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #55666E;
	SCROLLBAR-FACE-COLOR: #81939B;
	SCROLLBAR-BASE-COLOR: #514177;
}
H1
{
	font-weight: bold;
	font-size: 18pt;
	margin: 0px;
	color: #403163;
	font-family: Arial, Verdana;
}
H2
{
	font-weight: bold;
	font-size: 12pt;
	margin: 0px;
	display:inline;
	clip: rect(0px auto auto 0px);
	color: #403163;
	font-family: Arial, Verdana;
}

A:link
{
	color: #3333cc;
}

A:visited
{
	color: #27277A;
}

A:active
{
	text-decoration: none;
	color: #27277A;
}

A:hover
{
	text-decoration: underline;
	color: red;
}
TD
{
	font-size: 9pt;
	font-family: Arial;
}
.table_black
{
	border-right: #83939A 1px solid;
	border-top: #83939A 1px solid;
	border-left: #83939A 1px solid;
	border-bottom: #83939A 1px solid;
}


.font_10
{
	font-size: 10pt;
	font-family: arial;
}
.font_11
{
	font-size: 11pt;
	font-family: arial;
}
.font_9
{
	font-size: 9pt;
	font-family: arial;
}
.font_8
{
	font-size: 8pt;
	font-family: arial;
}
.font_12
{
	font-size: 12pt;
	font-family: arial;
}
.home_pruple_font
{
	font-size: 10pt;
	color: #403163;
	font-family: arial;
}
.maroon_font
{
	font-family: Arial;
	color: #6A0B22;
}
A.white_link
{
	font-family:Arial;
	font-size:10pt;
	color:White;	
}
A.white_link:visited
{
	color:White;	
}
A.white_link:hover
{
	color:Black;
	text-decoration:none;
}
A.white_yellow
{
	font-family:Arial;
	font-size:8pt;
	color:White;	
}
A.white_yellow:visited
{
	color:White;	
}
A.white_yellow:hover
{
	color:#F5FD04;	
	text-decoration:none;
}
.menu_mouseover_bg
{
	background-position: center center;
	background-image: url(/images/menu_mover2.jpg);
	background-repeat: no-repeat;
}
a.menu_mouseover_bg:hover
{
	font-weight: bold;
	color: green;
}
.menu_mouseout_bg
{
	background-image: none;
	font-size:10pt;
	color:White;	
}
.white_8
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
}
.white_9
{
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial;
}
.yellow_9
{
	font-size: 9pt;
	color:#F5F8A8;
	font-family: Arial;
}
A.yellow_white
{
	color:#F5FD04;	
}
A.yellow_white:visited
{
	color:#F5FD04;	
}
A.yellow_white:hover
{
	color:White;	
	text-decoration:none;
}
.white_small_font
{
    FONT-SIZE: 7pt;
    COLOR: white;
    FONT-FAMILY: Arial
}
