.mainBG	{
background-image: url(images/mainBGround.gif);
background-repeat: no-repeat;
}
.mainBG2	{
background-image: url(images/homepageBGTint.gif);
background-position: bottom right;
background-repeat: no-repeat;
}
.bgRepeat	{
background-image: url(images/RepeatBG.gif);
background-repeat: repeat-y;
}

li,
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;	
	font-weight: plain;
	color: #000000;
}

a {  	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;	
	font-weight: plain;
	color: #003366;
	text-decoration: none;
}
a:visited {  	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;	
	font-weight: plain;
	color: #003366;
	text-decoration: none;
}
a:hover {  	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;	
	font-weight: plain;
	color: #660066;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;	
	font-weight: bold;
	color: #003366;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;	
	font-weight: bold;
	color: #003366;
}
input.showme {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	background-color: #A0C3DC;
	}
input.button {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003366;
	border-color: #003366;
	border-width: 1px;
	border-style: solid;
	font-weight: Bold;
	}
input.text {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #ffffff;
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	border-left: #330000 1px solid;
	border-right: #330000 1px solid;
	}
input.white {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #ffffff;
	border-top: #330000 1px solid;	
	border-left: #330000 1px solid;	
	border-right: #330000 1px solid;	
	border-bottom: #330000 1px solid;
	}
textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #ffffff;
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	border-left: #330000 1px solid;
	border-right: #330000 1px solid;
	}
select {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #ffffff;
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	border-right: #330000 1px solid;
	border-left: #330000 1px solid;
	}
input.file {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #ffffff;
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	border-right: #330000 1px solid;
	border-left: #330000 1px solid;
	border-style: solid;
	}
ol, li {
  margin: 0;  
  padding: 0;
}
li {
    list-style: inside decimal;
    margin-bottom: 3px;
    line-height: 16px;
}