/* This style sheet is aimed at modern browsers.*/

body {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0px;
}

h3 {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : normal;
	letter-spacing : 3px;
}

h4 {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	letter-spacing : 2px;
}

h5 {
	font-size : 14px;
	color: #990000;

}

h6 {
	background-color : #000066;
	color : #FFFFFF;
	font-size : 14px;
	letter-spacing : 3px;
	text-align : center;
}

p {
	line-height : 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;



}

table#formtable {
	border : 1px solid #333333;
	background-color: #FFFFFF;

}

td {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

ul li {
	list-style-position: outside;
	list-style-image: url(bullet2.gif);
	line-height: 20px;


}

.border {
	border : 1px solid #000000;
}

.marginleft {
	margin : 5px 0px 5px 15px;
}

.marginright {
	margin : 5px 20px 5px 0px;
}

.marginsallsides {
	margin : 15px;
}

.marginsleftbottom {
	margin-bottom : 7px;
	margin-left : 15px;
}

.marginsrightbottom {
	margin-bottom : 7px;
	margin-right : 15px;
}

.paddingleft {
	padding-left : 25px;
}

.formheading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	letter-spacing : 2px;
	line-height : 22px;


}

.smallertext {
	font-size : 10px;
	line-height : 12px;
}


.boldregulartext {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.imageRight {
	float: right;
}
.boldHeadlinetext {
	font-weight: bold;
	background-color: #CCCCCC;

}
.copyright {
	color: #999999;
	font-size: 10px;
	line-height: 12px;

}
.websiteBy {

	font-size : 10px;
	line-height : 12px;
}
.small {

	font-size : 11px;
	line-height: normal;
}
.italicbold {
	font-style: italic;
	font-weight: bold;

}
.imageLeft {

	float: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.bg {
	background-color: #006600;
}
