/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #006699;
}

h2{
 font-size: 115%;
 color: #006699;
}

h3{
 font-size: 110%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-image:url(image/a2.gif);
 color:#006699;
 font-weight: bold; 
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
.uppercase{
	text-transform:uppercase;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#navBar{
	margin: 0;
	padding: 0px;
	/*background-color: #eeeeee;*/
	background-color:#000000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 200px;
}

#content{
	margin: 0;
	padding: 0 3% 0 0;
}

/************* #breadCrumb styles *************/
#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/*************** #pageName styles **************/
#pageName{
	padding: 0px 0px 10px 10px;
}


/************** .mainText styles ***************/
.mainText, p, input, textarea
{
	font-family: Tahoma, Verdana, Arial;

	color:#555555;
}

.mainText{
	padding: 10px 0px 0px 10px;
	margin: 5px;
	white-space:normal;
}

.mainText img{ /* adjust margins to change separation between the feature image and text flowing around it */
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.mainText p{
	padding: 0px 0px 10px 0px;
}
.red10{
	font-size:10px;
	color: #FF0000;
}
.red14{
	font-size:14px;
	color: #FF0000;
}
.redBold16{
	font-size:16px;
	font-weight:bold;
	color: #FF0000;
}
.blue13{
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color: #006699;
}

/************* Link styles *************/
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover { /* overrides decoration from previous rule for hovered links */
	text-decoration: underline;
}

a.mainLink:link, a.mainLink:visited, a.mainLink:hover  {
	text-decoration:none;
	vertical-align:middle;
	color:#669900;
	font-weight:bold;
	font-size:13px;
}
a.mainLink:hover { 
	text-decoration: underline;
} 

/************** foorter text styles *****************/
.f_text{color:#999999; font-size:11px; font-weight:bold;}
.f_text a, a:visited{ color:#999999; text-decoration:none; }
.f_text a:hover{ color:#999999; text-decoration:underline;}

/*************** Table styles **************/
table.1pxBorder{
	border-color:#0080C0; /*#0084bb*/
	border-size:1px;
	border-style:solid;
}
th, td{
	FONT-SIZE: 12px; 
	FONT-FAMILY: Arial, sans-serif;
	Color:#000000;
	border:0;
}
th{
	font-weight:bold;	
}
th.caption{	
	color:#000000;
	background:url(image/bg_1x30.gif) repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	height:30px;
	text-align:left;
	vertical-align:middle;
}

.bgWhite{
	background-color:#FFFFFF;
}
.bgDark{
	background-color:#CCFFFF; /* #CCFFFF; #99CCFF; #E5E9EC */
}

input.button{
	background:url(image/bg_1x20.gif) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}
input:hover{
	filter:alpha(Opacity=50);
}

input.button2{
	color:#000000;   
	background-color:#FFFFFF;
	border:1px solid;
	border-top-color:#990000;
	border-left-color:#0090C3;
	border-right-color:#0090C3;
	border-bottom-color:DarkRed; 
	filter:progid:DXImageTransform.Microsoft.Gradient
	  (GradientType=0,StartColorStr='#ffffff',EndColorStr='#0090C3');
}
.required{
	background-color:#FFFF99;
}

.link_normal{
	color:#0000FF; 
	text-decoration:underline;
	cursor:pointer;
}
.link_hover{
	color:#0000FF; 
	text-decoration:none;
}
