/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffffff;
}

.datagrid
{
	font-size: 8pt;
	font-family: Verdana, Arial;
	background-color: #f5f5f5;
}
.alternatedatagrid
{
	font-size: 8pt;
	width: 600px;
	color: #696969;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.headerlink:link
{
	font-size: 8pt;
	color: navy;
	font-family: Verdana;
	text-decoration: none;
}	
		
.headerlink:visited	
{
	font-size: 8pt;
	color: navy;
	font-family: Verdana;
	text-decoration: none;
}	

.headerlink:active	
{
	font-size: 8pt;
	color: navy;
	font-family: Verdana;
	text-decoration: none;
}	
		
.headerlink:hover
{
	font-size: 8pt;
	color: navy;
	font-family: Verdana;
	background-color: yellow;
	text-decoration: none;
}	

.footertext
{
	font-size: 8pt;
	color: #0066cc;
	font-family: Verdana, Arial;
	text-decoration: none;
}	

.pagetitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Verdana;
	background-color: #333333;
	text-decoration: none;
}
.sitename
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-style: italic;
	font-family: Verdana;
	background-color: #333333;
	font-variant: small-caps;
	text-decoration: none;
}

articledata
{
	font-size: 8pt;
	font-family: Verdana;
}
.FormLabel
{
	font-weight: normal;
	font-size: 8pt;
	color: #696969;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.inlinelabel
{
	font-weight: bold;
	font-size: 8pt;
	color: #696969;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.ButtonLabel
{
	font-weight: bold;
	font-size: 8pt;
	color: #ff6600;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.topbar
{
	
	background-image: url(images/topbar3.jpg);
	background-repeat: repeat-x;
	height: 50px;
}

.bottombar
{
	background-image: url(images/bottombar3.jpg);
	background-repeat: repeat-x;
	height: 50px;
	text-align: center;
}

.hlight
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial;
	background-color: #ffff00;
}

.FormInput
{
	border-right: gray 1pt solid;
	border-top: gray 1pt solid;
	font-size: 8pt;
	border-left: gray 1pt solid;
	color: #000000;
	border-bottom: gray 1pt solid;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.FormResults
{
	font-size: 8pt;
	color: #0066ff;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1
{
	font-weight: bold;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: #333333;
	font-style: normal;
	font-family: Arial;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #ff6600;
	font-style: normal;
	font-family: Arial;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3
{
	font-weight: bold;
	font-size: 11pt;
	word-spacing: normal;
	text-transform: none;
	color: #333333;
	font-style: normal;
	font-family: Arial;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
A:link
{
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
}	
		
A:visited	
{
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
}	
		
A:active	
{
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
}	
		
A:hover
{
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI
{
	list-style-type: disc;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #333333;
}	

UL LI LI	{	
	list-style-type: disc;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #333333;
	}	

UL LI LI LI
{
	list-style-type: disc;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #333333;
}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.ErrorMessage
{
	font-size: 8pt;
	color: #b22222;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.contentcell
{
	font-size: 8pt;
	padding-bottom: 5px;
	color: #333333;
	font-family: Verdana, Arial;
}
.contentcell2
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	margin: 0px;
	vertical-align:middle ;
	color: #333333;
	padding-top: 5px;
	font-family: Verdana, Arial;
	background-color: #f5f5f5;
	text-align: left;
}
P
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #333333;
}
#proceratitles
{
	font-weight: bold;
	font-size: 11pt;
	color: #333333;
	font-family: Arial,Verdana;
}
#contacttitles
{
	font-weight: bold;
	font-size: 11pt;
	color: #333333;
	font-family: Arial,Verdana;
}	
.FormLabel
{
	font-weight: normal;
	font-size: 8pt;
	width: 175px;
	color: #333333;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	text-align: right;
}
.FormInput
{
	border-right: gray 1pt solid;
	border-top: gray 1pt solid;
	font-size: 8pt;
	border-left: gray 1pt solid;
	color: #0066ff;
	border-bottom: gray 1pt solid;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.ErrorMessage
{
	font-weight: normal;
	font-size: 8pt;
	color: #ff3300;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.ButtonLabel
{
	font-weight: bold;
	font-size: 8pt;
	color: #0066ff;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
