/* CSS Document */
<style type="text/css">

.normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	tcolor: #636363;
	color: black;
}

.smaller {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	tcolor: #636363;
	color: black;
}

body,td,th,p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	tcolor:#636363;
	color: black;	
}
.blowUp {
	filter:
progid:DXImageTransform.Microsoft.CheckerBoard(duration=30, direction='left')

}

.squareBullet {
	list-style-position: outside;
	list-style-type: square;
}


.black{
	color: #000000;
}

.orangeSmallText {color: #FF9900; font-weight: normal; }

.whiteBoldText {color: #FFFFFF; font-weight: bold; }

.orangeLargeText {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.blueBoldText {
	font-weight: bold;
	color: #006699;
}
.botborder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #006699;
	vertical-align:middle;
}
.allsilverborder {
	border: 1px solid #CCC;
}

.allorangeborder {
	border: 1px solid orange;
}

.normalMidiumText {
	font-size: 12px;
	line-height:14px;
	text-align: justify;
}


A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6666FF;
	text-decoration: underline;
}
A:hover
{
color: #FF9900;
text-decoration:blink;
}

A.navbar  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#6363FF;
	text-decoration: none;
}
A.navbar:hover
{
color:#336699;
text-decoration:underline;
}

.allsideshade {
	filter: Shadow(Color=silver, Direction=90);
}
.normalMidiumTextOrangeTallLines {
	font-size: 12px;
	line-height:22px;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
</style>
