body, select{
	margin: 0;
    padding: 0;
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	/*background-color:#0066FF; */
	background-color:#000;
	color:  #FFF;
}


A:link {text-decoration: underline; color:  red;}
A:visited {text-decoration: underline; color:  red;}
A:active {text-decoration: underline; color:  red;}
A:hover {text-decoration: underline; color:  red;}

.tiny {
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 10px;
}

b2 {
	font-weight: bold;
	font-size: 125%;
    clear: both;
}

form {
	margin: 0;
	padding: 0;
}

#outputSample {
	table-layout:fixed;
}

pre{
	margin: 0;
	padding: 0;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla*/
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

div.rounded {
 width: 200px;
 background: #336699 url(../images/200pxbottom.gif) no-repeat bottom center;
 padding-bottom: 15px;
}
div.rounded h3 {
 padding-top: 15px;
 background: transparent url(../images/200pxtop.gif) no-repeat top center;
}


.w {
 text-decoration:none; 
 color:white;
}

.m {
 text-decoration:none; 
 /*color:#336699; */
 color:#FFFFFF;
 font-size: 150%;
 font-weight: bold;
}
.bm {
 text-decoration:none; 
 color:black;
 font-size: 150%;
 font-weight: bold;
}

#main{
	text-align: left;
	/*border: 2px dotted #084277;*/
	padding: 5px;
	width: 980px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
    margin-bottom: 15px;	
	position: relative;
	float: inherit;
}

#menu {
 background-color: #336699;
 /* background-color: #000000;*/
 /*background-color: #FFFFFF;*/
 /*border-bottom: medium solid #000;*/
 color:	#FFFFFF;
 padding-left: 0px;
 padding-top: 5px;
 height: 115px;
}

#footer{
 border-top: medium solid #FFF;
 color:	#FFF;
 padding: 5px;
 height: 15px;
}

#logo { 
 position: absolute;
 top: 10px;
 right: 2%;
 width: 200px;
 text-align: center;
}

r{
 text-decoration:none; 
 color: red;
 font-weight: bold; 
}

.borderbottom {
border-bottom: 1px solid #CECECE;
} 