/* Elements */
a,
a:link, 
a:visited,
a:active {
	color : #484883;
	font-weight : bold;
	text-decoration : underline;
}

a:hover {
	color : #484883;
	font-weight : bold;
	text-decoration : none;
}

/* Fonts */
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, menu, ol, p, th, td,  ul {
	color : #484883;
	font : 12px Arial, Helvetica, sans-serif;
}

body{
	background-color : #FFFFFF;
	margin : 0;
	padding : 0;
}

form{
	margin : 0;
	padding : 0;
}

h1 {
	font-size : 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

h2 {
	font-size : 13px;
}

h3 {
	font-size : 12px;
}

h4 {
	font-size : 11px;
}

h5 {
	font-size : 11px;
}

h6 {
	font-size : 11px;
}

/* Classes */
.bold {
	font-weight : bold;
}

.italics {
	font-style : italic;
}

.logo{
	background : #010153;
	border-bottom : 1px solid #FFFFFF;
}

.underline {
	text-decoration : underline;
}

/* index.html */
#index .border{
	border : 1px solid #373777;
}

#index .footer td{
	border-top : 1px solid #CECD96;
	font-size : 10px;
}

#index .introtext{
	text-align : justify;
}

#index .text p{
	font-size : 11px;
}

#index .text td{
	padding : 5px;
}

#index ul{
	margin : 7;
	padding : 0;
}

#index ul li{
	list-style-image : url(images/bullet.gif);
	margin-bottom : 7px;
}

#sub .footer a{
	font-size : 11px;
	font-weight : normal;
}

#sub h2 .note{
	font-size : 12px;
	font-weight : normal;
}

#sub li{
	margin-bottom : 7px;
}

.small{
	font:11px Arial, Helvetica, sans-serif;
}

#index .contactinfo{
	padding:0 15px 0 0;
}

#index .contactinfo a,
#index .contactinfo a:link,
#index .contactinfo a:visited,
#index .contactinfo a:active,
#index .contactinfo a:hover{
	text-decoration:none;
}
