
#content a.dashedlink:link
{
	text-decoration: none;
	border-bottom: 1px dashed #999;
	font-weight: bold;
}
#content a.dashedlink:visited
{
	text-decoration: none;
	border-bottom: 1px dashed #999;
	font-weight: bold;
}
#content a.dashedlink:active
{
    text-decoration: none;
	border-bottom: 1px solid #999;
	font-weight: bold;
}
#content a.dashedlink:hover
{
    text-decoration: none;
	border-bottom: 1px solid #999;
	font-weight: bold;
	
}
#content a.icontext:link
{
    font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	
}
#content a.icontext:visited
{
    font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed #999;

}
#content a.icontext:active
{
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #999;

}
#content a.icontext:hover
{
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #999;
}


.head1
{
	font-size: 24px;
	font-weight: normal;
	color: #E37F1C;
}
.head2
{
	font-size: 18px;
	font-weight: normal;
	color: #51C8E8;
}
.head3
{
	font-size: 14px;
	font-weight: bold;
	color: #231F20;
	margin-bottom: 0px;
}
.head4
{
	font-size: 14px;
	font-weight: bold;
	color: #231F20;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.head5
{
	font-size: 14px;
	font-weight: bold;
	color: #231F20;
	margin: 0px;
}
.head6
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E37F1C;
	margin: 0px;
}
.formheading
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E37F1C;
}
.intro
{
	
	margin-top: 0px;
	padding-top: 0px;
}
.hilight
{
	background-color: #EDF7FA;
}
.nohilight
{
	background-color: #FFFFFF;
}
.lightertext
{
	color: #40393A;

}

.orangetext
{
	color:	#E37F1C;
}
.alignright
{
	text-align: right;
}

.icontext
{
	font-size: 11px;
	/*font-weight: bold;*/
	color: #4E6471;
	
}
.center
{
	text-align:center;
}

ul {
	list-style: none;
	padding-left: 40px;
}

ul li {
	background: url(../images/circle-icon-small.gif) no-repeat 0px 0px;
	padding-left: 20px;
	margin-bottom: 15px;
}

#content .errorlist ul {
	list-style-type: square;
	padding-left: 60px;
}

#content .errorlist ul li {
	background: none;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
}

#content .errorlist2
{
	margin-left: 55px;	
}

#content .normalli ul {
	list-style-type: square;
	padding-left: 60px;
	margin-left: 30px;
}

#content .normalli ul li {
	background: none;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
}

.smalltxt
{
	font-size: 10px;
}
.msgtext
{
	color: red;
	text-align: center;
	font-weight: bold;
}
.description
{
	margin: 20px 65px 20px 65px;
}
.bordertopleft
{
	border-top: 1px dashed #888;
	border-left: 1px dashed #888;
}
.bordertop
{
	border-top: 1px dashed #888;
}
.bordertopright
{
	border-top: 1px dashed #888;
	border-right: 1px dashed #888;
}
.borderright
{
	border-right: 1px dashed #888;
}
.borderbottomright
{
	border-bottom: 1px dashed #888;
	border-right: 1px dashed #888;	
}
.borderbottom
{
	border-bottom: 1px dashed #888;
}
.borderbottomleft
{
	border-bottom: 1px dashed #888;
	border-left: 1px dashed #888;
}
.borderleft
{
	border-left: 1px dashed #888;
}