/* CSS Document - Frames */
body {
	padding: 0; 
	margin: 0 0 0 4;
	font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #000033; 
	scrollbar-face-color: #300;
	scrollbar-shadow-color: #600;
	scrollbar-highlight-color: #600;
	scrollbar-3dlight-color: #600;
	scrollbar-darkshadow-color: #600;
	scrollbar-track-color: #000033;
	scrollbar-arrow-color: #FFFFFF;
}

iframe {
overflow-x: hidden;
overflow-y: scroll;
} 

ul
{
list-style-image:url("/images/bullet.jpg");
list-style-type:square;
}

a {
	color: #06F; 
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #00008B;
	background: inherit;
}

a:visited {
	color: #FFFFFF;
	background: inherit;
}

/* Typography */
.frameText {
	font-size: 10px;
	font-color: #FFFFFF;
	font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
}