/* CSS Document */

body { 
	background: #e8e2d8; 
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:100%;
	margin-top:0px;
	margin-left:5px;
}

h1 { 
	color:#001561;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {	
	color:#001561;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {	
	color:#001561;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {	
	color:#001561;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {	
	color:#001561;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {	
	color:#001561;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #3300CC;
	text-decoration: none;
}
a:hover {
	color: #3300CC;
	text-decoration: underline;	
}

/* Classes */

.download {	
	background-color:#EAD9B6;
}

.trailer {
	font-size: xx-small;
	font-weight:normal;
	text-align:center;
}
.nounder, a.nounder {
	text-decoration: none;
}

.xxsmall { font-size:xx-small; }
.xsmall { font-size:x-small; }
.small { font-size:small; }
.medium { font-size:medium; }
.large { font-size:large; }

.imgfloatLeft { float: left; margin-left:7px; margin-right:7px; margin-bottom:5px; margin-top:0px; }
.imgfloatLeftnlm { float: left; margin-left:0px; margin-right:7px; margin-bottom:5px; margin-top:0px; }
.imgfloatRight { float:right; margin-left:7px; margin-right:7px; margin-bottom:5px; margin-top:0px; }

.bullets { float:left; margin-left:3px; }

