/* CSS Document */

/* Body */
body{
    background-color: #333366;
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

p{
	font-size: 12px;
}

/* Link Styles */
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* List Styles */
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/* Form Styles */
form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #000000;
}
				
input{
font-family: Arial,sans-serif;
}

/* Span Styles */
.bottomlink {
 font-size: 16px;
 color: #005FA9;
}

.copyright {
 font-size: 14px;
 color: #CC6600;
}

.info {
 font-size: 14px;
 color: #005FA9;
 font-weight: bold;
}
