body {
	margin-left: 0px;
   margin-right: 0px;
   margin-top: 15px;
   margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C;
	background-color: #5A6C96;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C;
}

table {
	border: 2px solid #272C5A;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C;
}

div.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #2C2C2C;
	width: 400px;
	background-color: #F0F2F6;
	border: 1px solid #38416B;
	padding: 8px;
}

div.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0B0B0B;
	width: 750px;
	border: 1px solid #2B3857;
	background-color: #C0C6DA; 
}

div.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #29345F;
}

div.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #29345F;
	padding-bottom: 6px;
}

ul {
	list-style-type: square;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 3px;
	margin-bottom: 1px;

}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #443746; 
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #3152A8; 
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #3152A8; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F2B71;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F2B71;
	text-decoration: underline;
	font-weight: bold;
}

/* large */

a:link.large {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #3152A8; 
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a:visited.large {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #3152A8; 
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a:hover.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F2B71;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
a:active.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F2B71;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}


/* menu */


a:link.menu {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #3152A8; 
	text-decoration: none;
	font-weight: bold;
}

a:visited.menu {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #3152A8; 
	text-decoration: none;
	font-weight: bold;
}

a:hover.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F2B71;
	text-decoration: underline;
	font-weight: bold;
}
a:active.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F2B71;
	text-decoration: underline;
	font-weight: bold;
}

