

.html { 
	overflow-x: hidden
}

html { 
	overflow-x: hidden
}

body {font-family: Times New Roman; color: #333333;}
.smallText {
font-family: Times New Roman;
font-size: 10px;
}
.formText {
font-family: Times New Roman;
font-size: 11px;
}
a:link {
	color: #075384;;
	text-decoration: underline;
}
a:visited {
	color: #075384;;
	text-decoration: underline;
}
a:hover {
	color: #075384;;
	text-decoration: none;
}
ul {
	list-style-type: disc;
	list-style-image: url(/images/arrow.gif);
}
.pagetitle {color: rgb(7, 83, 132); font-size: x-large; font-family: Times New Roman;}


