/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #E7E0BF;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif
}

H1
{
	font-size: 28px;
	color: #333E78;
	font-family: Arial Black, Verdana, Helvetica, sans-serif
}	
		
H2	
{
	font-family: Times New Roman, Arial Black, Verdana, Helvetica, sans-serif;
	font-style: italic;
	FONT-SIZE: 22px;
	/*COLOR: #000000;*/
	COLOR: #0707C9
	}	
		
H3	
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	COLOR: #333E78
	}	
		
H4	{	
	font-family:  Arial Black, Verdana, Helvetica, sans-serif;
	COLOR: #333E78;
	font-size:	18px
	}	
		
H5	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	700
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	700
	}	

A:link	{	
	text-decoration:	none;
	color:	#0505A5
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0505A5
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0505A5
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0505A5
	}
	
.secHeader
{
	FONT-FAMILY: Arial; 
	FONT-SIZE: 18px; 
	FONT-WEIGHT: bold; 
	BACKGROUND-COLOR: #ccaaaa; 
	PADDING-LEFT: 5px
}
			
.txtLabel
{
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
	font-family: Arial;
	background-color: #dddddd;
	text-align: right
}
			
.fieldCell
{
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #EFEEE2; 
	PADDING-LEFT: 2px; 
	PADDING-TOP: 2px; 
	PADDING-BOTTOM: 2px; 
	PADDING-RIGHT: 5px
}
.bottomLink
{
	FONT-FAMILY: Arial; 
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: #333E78;
    TEXT-DECORATION: none
}

div.PageContents
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
}

.navText
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	11px;
	COLOR: #000000
}
	
.footerText	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: bold;
	COLOR: #605524
	}
	
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #030398;
	padding-left: 6px;
	background-image: url(../../images/subpage_title_BG.gif);
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
P
{
	font-size: 11px;
}
td
{
	font-size: 11px;
}
th
{
	font-size: 11px;
	font-weight: bold;
}
li
{
	font-size: 11px;
}
.CategoryItem
{
	font-size: 12px;
}
.borderAll {
	border: 1px solid #000000;
}

td.TopLinks
{
	padding-left: 10px;
	padding-right: 10px;
}

td.TopLinks a
{
	color: Black;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

td.TopLinks a:visited
{
	COLOR: black;
}
td.TopLinks a:hover
{
	color: blue;
	text-decoration: none;
}
td.HeaderSubLinks
{
	background-color: #D5D5D5;
	background-image: url(/images/header2/NavSubMenuBg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 20px;
}
td.HeaderSubLinks a
{
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #a3610b;
	white-space: nowrap;
	

}
td.HeaderSubLinks a:visited
{
	color: #a3610b;
	text-decoration: none;
}
td.HeaderSubLinks a:hover
{
	color: blue;
	text-decoration: none;
}


.frame_left
{
	background-image: url(../../images/shadow_left.gif);
	border-right: solid 1px black;
	width: 5px;
}

.frame_right
{
	background-image: url(../../images/shadow_right.gif);
	border-left: solid 1px black;
	width: 5px;
}