/* Default CSS Stylesheet for a new Web Application project */



BODY, P, TD, DIV, SPAN, BLOCKQUOTE, PRE
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-color: black;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: 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;
}
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;
}
A:link
{
	text-decoration: underline;
	color: #003399;
}
A:visited
{
	text-decoration: underline;
	color: #003399;
}
A:active
{
	text-decoration: underline;
	color: #003399;
}
A:hover
{
	text-decoration: underline;
	color: #cc0000;
}


.nav_title:link { font-size: 10px; color: #FFFF02; font-weight: 700; text-decoration: underline; } 
v.nav_title:link { font-size: 10px; color: #FFFF02; font-weight: 700; text-decoration: underline; } 
a.nav_title:link { font-size: 10px; color: #FFFF02; font-weight: 700; text-decoration: underline; } 
a.nav_title:visited { font-size: 10px; color: #FFFF02; font-weight: 700; text-decoration: underline; } 
a.nav_title:active { font-size: 10px; color: #FFFF02; font-weight: 700; text-decoration: underline; } 
a.nav_title:hover { font-size: 10px; color: #333333; font-weight: 700; text-decoration: underline; } 


.white2:link { font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; } 
  v.white2:link { font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; }
  a.white2:link { font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; }
  a.white2:visited { font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; }
  a.white2:active { font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; }
  a.white2:hover { font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #cccccc; text-decoration: underline; }

SMALL
{
	font-size: .7em;
}
BIG
{
	font-size: 1.17em;
}
UL LI
{
	list-style-type: square;
}
UL LI LI
{
	list-style-type: disc;
}
UL LI LI LI
{
	list-style-type: circle;
}
OL LI
{
	list-style-type: decimal;
}
OL OL LI
{
	list-style-type: lower-alpha;
}
OL OL OL LI
{
	list-style-type: lower-roman;
}
.leftnavi
{
	background-color: navy;
	background-image: url(/images/left_bg.gif);
	background-repeat: repeat-y;
	width: 180px;
}
.table
{
	padding-left: 10px;
	border: 1px solid #DBDCE4;
	margin-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	margin-right: 10px;
}
.span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3D6C9C;
	text-decoration: none;
	font-weight: bold;
}
.tr1
{
	background-color: #E8F8FF;
}
.tr2
{
	background-color: #F9FDFF;
}
.th
{
	background-color: #0091CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.dots
{
	background-image: url(/images/dots.gif);
	background-repeat: repeat-x;
	height: 1px;
}
.gr
{
	background-color: navy;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr= '#232850' ,EndColorStr= '#EBECF0' );
}
button, textarea, .input, .textbox, .button
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	border: solid 1px gray ;
}
.navi, .navi:Active, .navi:Link, .navi:Visited
{
	color: #FFFFFF;
	background-color: #467DBE;
	display: block;
	font: bold 12px arial, helvetica, sans-serif;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	border-collapse :collapse;
}
.navi:hover
{
	color: #FFFFFF;
	background-color: #336799;
	display: block;
	font: bold 12px arial, helvetica, sans-serif;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	border-collapse :collapse;
}
.navitd
{
	background-color: black;
	border: solid 0px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-collapse :collapse;
}
.navitable
{
	background-color: black;
	border: solid 0px black;
	border-collapse :collapse;
}
.BoldGray{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: bolder;
	height: 19px;
}
.BoldGray a:link{
	color: #333333;
	text-decoration: none;
}
.BoldGray a:hover{
	text-decoration: none;
	color: #666666;
}
.BoldGray a.visited a:hover{
	text-decoration: underline;
	color: #999999;
}
.BoldGray a:visited{
	text-decoration: none;
	color: #333333;
}

.f10black a { color:#666666; text-decoration:none; }
.f10black a:visited{  color:#666666; text-decoration:none; }
.f10black a:hover { color:black;  text-decoration:none; }
.f10blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: navy;
}
a.f10blue { color:red; text-decoration:none; }
a.f10blue:visited{  color:red; text-decoration:none; }
a.f10blue:hover { color:blue;  text-decoration:underline; }
.border {
	border: 1pt solid #CFD8D7;
}
.f16Gray
{
	font-weight: bold;
	font-size: 18px;
	color: #6e6e6e;
	font-family: Arial, Helvetica, sans-serif;
}
.f10gray
{
	font-weight: normal;
	font-size: 10px;
	color: #2c2c2c;
	font-family: Verdana;
}


.TopBanner { background-color: #ffffff; background-repeat: no-repeat; background-position: left;  
  background-image: url("images/banner_topcc.jpg"); }
