/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align:left;
}

TABLE, INPUT, SELECT, TEXTAREA {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	border-collapse:collapse;
	border-spacing: 0;
	line-height: 17px;
}

UL {
	margin: 0px 15px 0px 30px;
	list-style-image: url(../images/bullet.gif);
}

OL {
	margin: 0px 15px 0px 30px;
	list-style-type:decimal;
}

P {
	margin: 0px 0px;
}

TEXTAREA {
	line-height: 12px;
	height: 84px;	
	background-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #666666;
}

TEXTAREA.focus {
	line-height: 12px;
	height: 84px;	
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #666666;
}


.frmfield {
	line-height: 12px;
	text-align:left;
	font-size: 10px;
	margin: 0px;
	height: 12px;
	background-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #666666;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

INPUT.focus{
	line-height: 12px;
	text-align:left;
	font-size: 10px;
	margin: 0px;
	height: 12px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #666666;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

SELECT {
	line-height: 17px;
	text-align:left;
	font-size: 10px;
	margin: 0px;
	height: 17px;
	background-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	border-color: #93A6CA;
	color: #666666;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

SELECT.focus{
	line-height: 12px;
	text-align:left;
	font-size: 10px;
	margin: 0px;
	height: 12px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #666666;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}


INPUT.button {
	font-size: 11px;
	margin: 0px;
	height: 16px;
	background-color:#F3F3F3;
	color:#ffffff;
	border-width: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align:center;
	font-weight:bold;
}



INPUT.radio {
	font-size: 14px;
	width: 14px;
	margin: 0px;
	height: 10px;
	background-color: #ffffff;
	color:#000000;
	border-width: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align:left;
}
  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #F5780A;
	text-decoration: underline;
}

a:visited {
	color: #F5780A;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #F5780A;

}

a.orangeText{
	color:#F5780A;
	font-weight:bold;
	text-decoration: none;
	background-color: #FFFFFF;
}

a.orangeText:visited {
	color:#F5780A;
	font-weight:bold;
	text-decoration: none;
	background-color: #FFFFFF;
}

a.orangeText:hover {
	color:#F5780A;
	font-weight:bold;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a.blueText{
	color:#427CA3;
	font-weight:bold;
	text-decoration: none;
	background-color: #FFFFFF;
}

a.blueText:visited {
	color:#427CA3;
	font-weight:bold;
	text-decoration: none;
	background-color: #FFFFFF;
}

a.blueText:hover {
	color:#427CA3;
	font-weight:bold;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a.copyright:link {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
}

a.copyright:visited {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
}

a.copyright:hover {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
}

a.print:link {
	text-decoration: none;
}

a.print:visited {
	text-decoration: none;
}

a.print:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	background-image:url(../images/clickToPrint.gif);
}

/***************************************************
customized sitewide link tags
****************************************************/

.title {
	font-size: 11px;
	font-weight: bold;
	color:  #000000;
}
.faded {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.greyText{
	color:#999999;
}

.greySmall{
	color:#999999;
	font-size:10px;
}

.rightColumn{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;
	padding-right:9px;
	text-align:left;
	font-size: 10px;
}

.smallText{
	font-size: 10px;
}

.divider{
	height: 8px;
	background-image: url(../images/bg_divider.gif);
	background-repeat: repeat-x;
	background-position:center;
	width:100%;
}

.footer {
	font-size: 10px;
	color: #666666;
	height: 47px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	background-image:url(../images/footer_gradient.gif);
}

.superscript {
	font-size: 9px;
	vertical-align: super;
}
.horzdiv {
	background-image: url(../images/bg_btm.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.btmColumn {
	text-align:left;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
}
.hmColumn {
	text-align:left;
	font-size: 10px;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
}
h2 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}
