/* CSS Document */
body {
    background-color: #0373a8;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg2.gif);
	list-style-image: url(../images/dot.gif);
	list-style-position:outside;

}

div#outer {
    width: 94%;
    background-color:#FFFFFF;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
	text-align: right;
	background-image:url(../images/t0.gif);
	background-repeat:repeat-x;
	border: 7px solid #004F80;

}


div#main {
    margin-left: auto;
	margin-right: auto;
    margin-top: 2px;
    padding: 12px;
	text-align: left;
	background-image:url(../images/t00.gif);
	background-repeat:repeat-x;
	background-position: center bottom;
}

div#footer {
	text-align:center;
	color: #FF6600;
}

a:link {
	text-decoration: none;
	color: #3333FF;	
}
a:visited {
	text-decoration: none;
	color: #666600;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #006666;
}

.red {
	text-decoration: none;
	color: #CC3300;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
}

.blu{
color: #0B6DA0; font-weight: bold;font-family: "Courier New", Courier, monospace; font-size: 18px;
padding: 5px; word-spacing: 2px;}

.grn{
	color: #336666;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	padding: 2px;
	letter-spacing: 2px;
}

.in { text-indent: 2em; }
