a:link {
	text-decoration : underline;
	color :#103F87;
}

a:active {
	text-decoration: underline;
	color: #103F87;
}

a:visited {
	text-decoration: underline;
	color: #103F87;
}

a:hover {
	text-decoration: underline;
	color: #FF0008;
}

a.footer:link {
	text-decoration : underline;
	color :#FFFFFF;
	font-size : 10px;
}

a.footer:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-size : 10px;
}

a.footer:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-size : 10px;
}

a.footer:hover {
	text-decoration: underline;
	color: #FBF295;
	font-size : 10px;
}

a.whitelink:link {
	text-decoration : none;
	color :#FFFFFF;
	font-size : 10px;
}

a.whitelink:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size : 10px;
}

a.whitelink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size : 10px;
}

a.whitelink:hover {
	text-decoration: none;
	color: #E20000;
	font-size : 10px;
}

.bigtext {
	font-size: 14px;
}

.bluetext {
	color: #103F87;
}

body  {
	scrollbar-face-color : #67B243;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-darkshadow-color : #17453B;
	scrollbar-base-color : #67B243;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.center {
	text-align: center;
}

form {
	 margin-top: 0;
	 margin-bottom: 0;
}

.greentext {
	color: #469222;
}

h1 {
	font-size : 18px;
	color: #E20000;
	margin : 0px 0px 0px 0px;
}

h2 {
	font-size : 14px;
	color: #E20000;
	margin : 0px 0px 0px 0px;
	font-weight: bold;
}


h3 {color: #469222;
font-size : 14px;
margin : 0px 0px 0px 0px;
font-weight: bold;
}


img {
	display: block;
}

.justify {
	text-align : justify;
}

.nopad {
	padding : 0px 0px 0px 0px;
}

.norepeat {
	background-repeat : no-repeat;
}

p {
	text-align: justify;
}

.redtext {
	color: #E20000;
}

a.shiftitlink {
	text-decoration: underline;
	font-weight: bold;
}

.smalltext {
	font-size: 10px;
}

.smallwhite {
	font-size: 10px;
	color: #FFFFFF;
}

td {
	font-size : 12px;
}

.ulwhite {
	list-style-type: circle;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
}

.whitetext {
	color : #FFFFFF;
}