/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #f0ede5;
    FONT-FAMILY: Times New Roman,Georgia,Times;
    FONT-SIZE: 14px;
    color: #032d51;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
TD
{
    FONT-FAMILY: Times New Roman,Georgia,Times;
    color: #032d51;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
P
{
    FONT-FAMILY: Times New Roman,Georgia,Times;
    FONT-SIZE: 14px;
    color: #032d51;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #032d51;
}
H1	{	
	font-family: Times New Roman,Georgia,Times;
	font-size:	1.3em;
	font-weight:	700;
	font-style: italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Times New Roman,Georgia,Times;
	font-size:	1.1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Times New Roman,Georgia,Times;
	font-size:	1.0em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}	
		
H4	{	
	font-family: Times New Roman,Georgia,Times;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Times New Roman,Georgia,Times;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Times New Roman,Georgia,Times;
	font-size:	.9em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 5px;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8898c3;
	color: #f3f3f3;
	}	

/* Links */
A:link,A:visited,A:active	{	
	text-decoration:	underline;
	color:	#032d51;
	font-weight:bold;
	}	
	
A:hover	{	
	text-decoration:	underline;
	color:	#032d51;
	font-weight:bold;
	}
	
A.powered:link, A.powered:visited, A.powered:hover
{
	font-size: 11px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration:	none;
	color:	#d3c9b0;
	font-weight:normal;
}	
A.whiteTest:link, A.whiteTest:active, A.whiteTest:visited, A.whiteTest:hover
{
	font-size: 12px;
	font-family: Times New Roman,Georgia,Times;
	font-style: italic;
	text-decoration:	none;
	color:	#f3f3f3;
	font-weight:normal;
}	
A.obFooterLink:link, A.obFooterLink:visited
{
	font-size: 11px;
	font-family: Times New Roman,Georgia,Times;
	text-decoration:	none;
	color:	#032d51;
	font-weight:normal;
}	
A.obFooterLink:hover
{
	font-size: 11px;
	font-family: Times New Roman,Georgia,Times;
	text-decoration:	underline;
	color:	#032d51;
	font-weight:normal;
}	

A.ArticLink:link, A.ArticLink:visited, A.ArticLink:hover
{
	font-size: 13px;
	font-family: Times New Roman,Georgia,Times;
	text-decoration:	underline;
	color:	#032d51;
	font-weight: normal;
}
A.MessageCtrl:link, A.MessageCtrl:visited, A.MessageCtrl:hover
{
	font-size: 12px;
	font-family: Times New Roman,Georgia,Times;
	text-decoration:	none;
	color:	#032d51;
	font-weight: normal;
}	
A.newsLink:link, A.newsLink:visited, A.newsLink:hover
{
	font-size: 13px;
	font-family: Times New Roman,Georgia,Times;
	text-decoration:	underline;
	color:	#ab9152;
	font-weight: normal;
}
.obFooter
{
	font-size: 11px;
	font-family: Times New Roman,Georgia,Times;
	text-decoration:	none;
	color:	#032d51;
}	
UL LI	{	
	list-style-type:	square ;
    FONT-FAMILY: Times New Roman,Georgia,Times;
    FONT-SIZE: 14px;
    color: #032d51;
	}	

UL LI LI	{	
	list-style-type:	disc;
    FONT-FAMILY: Times New Roman,Georgia,Times;
    FONT-SIZE: 14px;
    color: #032d51;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
    FONT-FAMILY: Times New Roman,Georgia,Times;
    FONT-SIZE: 14px;
    color: #032d51;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
.mainContent 
{
	background-attachment: scroll;
	background-image: url(../images/bkgd_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
}
.mainContentTable
{
	padding: 8px;
}
.inputLabels 
{
	font-size: 12px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:	#032d51;

}
input 
{
	font-size: 11px; 
	color: #373535; 
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	border: 1px solid #373535;
}
select{
	font-size: 11px; 
	color: #373535; 
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	border: 1px solid #373535;
}
.educType 
{
	font-size: 13px;
	font-family: Times New Roman,Georgia,Times;
	color:	#032d51;
}
.warning{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: 500;
}
td.msgTH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8898c3;
	color: #f3f3f3;
	}	
TD.msg
{
	font-size: 13px;
    FONT-FAMILY: Times New Roman,Georgia,Times;
    color: #032d51;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.publishDate 
{
	font-family: Times New Roman,Georgia,Times;
	font-size: 13px;
	font-weight: normal;
}
.newsDate 
{
	font-family: Times New Roman,Georgia,Times;
	font-size: 10px;
	font-weight: normal;
}