ul		 	{ list-style-image: url(SmallBlueBullet.gif) ; margin-left: 17px; list-style-position: outside}
ul ul	        	{ list-style-image: url(BlueBullet.gif)  ; margin-left: 27px; list-style-position: outside}
ul ul ul		{ list-style-image: url(GreenBullet.gif)  ; margin-left: 37px; list-style-position: outside}
ul ul ul ul		{ list-style-image: url(FRCBullet.gif)  ; margin-left: 47px; list-style-position: outside}

ol			{ list-style-type: decimal}
ol ol			{ list-style-type: lower-roman}
ol ol ol		{ list-style-type: lower-alpha}
ol ol ol ol		{ list-style-type: upper-roman}

a:visited    { color: rgb(51, 153, 102) }
a:active     { color: rgb(204, 153, 51) }
a:link    	 { color: rgb(0, 51, 204) }

table        { table-border-color-light: rgb(153, 204, 153); table-border-color-dark: rgb(51, 102, 102) }

body         { font-family: Arial; color:#000000}
h1           { font-family: Arial; color:#000080}
h2           { font-family: Arial; color:#000080}
h3           { font-family: Arial; color:#000080}
h4           { font-family: Arial; color:#000888}
h5           { font-family: Arial; color:#000888}
h6           { font-family: Arial; color:#000888}

.formTable
{
    width: 100%;
    Bborder: 0px none;
	border-collapse: collapse;
}
.formTable td
{
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
	border-bottom: 1px solid #d3d3d3;
    padding: 3px 10px 6px 3px;
	vertical-align: top;
}
.subheader 
{
    background-image: url(yellowBlob.png);
    background-repeat: no-repeat;
    background-position: 0px 22px;
    padding: 20px 0px 8px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000888;
}
#contentHeader 
{
	color:#000888;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:22px;
	padding-bottomM: 5px;
	padding-top:5px;
}
.warning 
{
	list-style-image:url(form_bullet.gif);
	font-size: 12px;
	color: #CC0000;
}
.greyHzShadeBar
{
    height: 20px;
    background-image: url(images/greyGrad.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}
.fieldLabel 
{
	font-family: Arial, Helvetica, sans-serif;
	color:#575C53;
	font-size:14px;
	font-weight:normal;
	text-align: right;
	width: 33%;
}	
.fieldData 
{
	width: 70%;
}
.smalltext 
{
	font-family: Arial, Helvetica;
	font-size: 10px;
	color:  #666666;
}
.formFooter
{
    margin: 12px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.greybar 
{
	background-color:#cbcbcb;
	background-position:center;
	background-image: url(greyglass.gif);
	width: 865px;
}

