/* CSS Document */

body 
{ 
font-size : 13px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #ffffff;
background-color : #006699; 
margin-top : 0; 
margin-right : 0; 
margin-bottom : 0; 
margin-left : 0; 
padding-top : 0; 
padding-right : 0; 
padding-bottom : 0; 
padding-left : 0; 
scrollbar-face-color :#fc6 ;
scrollbar-arrow-color :#069;
scrollbar-base-color :#FC6;
scrollbar-shadow-color :#FC6;
scrollbar-darkshadow-color : #666;
scrollbar-highlight-color :#FC6;
scrollbar-3dlight-color :#000;
scrollbar-track-color :#069; 
} 
P
 { 
font-size : 12px; 
font-family :  Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #ffffff; 
} 

A:link { 
color : #009966; 
font-family :  Arial, Helvetica, sans-serif; 
text-decoration : none; 
font-weight : bold; 
font-size : 9px; 
} 

A:visited { 
color : #000000; 
font-family :  Arial, Helvetica, sans-serif; 
text-decoration : none; 
font-weight : bold; 
font-size : 9px; 
} 
A:active { 
color : #ffffff; 
font-family :  Arial, Helvetica, sans-serif; 
text-decoration : none; 
font-weight : bold; 
font-size : 9px; 
} 
A:hover { 
color : #ff0000; 
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; 
font-weight : bold; 
font-size : 9px; 
} 
H1 { 
color : #ffcc66; 
font-family :  Arial, Helvetica, sans-serif; 
font-size : 17px; 
font-style : normal; 
font-weight : bold; 
} 
H2 { 
color : #ffcc66; 
font-family :  Arial, Helvetica, sans-serif; 
font-size : 15px; 
font-weight : normal; 
font-style : normal; 
} 
H3 { 
color : #006699; 
font-family :  Arial, Helvetica, sans-serif; 
font-size : 13px; 
font-style : normal; 
font-weight : bold; 
} 
td { 
font-size : 11px; 
font-family :  Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #ffffff; 
} 

div { 
color : #ffffff; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
font-style : normal; 
font-weight : bold; 
} 
B { 
font-size : 13px; 
font-family :  Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #ffcc33; 
} 
.header { 
background : url(header_blue_top.jpg) no-repeat top; 
} 
.headersmall { 
background : url(header_blue.gif) no-repeat top; 
} 

.content {
	background: #006699;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 5px 0 5px;
	font-size : 12px; 
    font-family : Arial, Helvetica, sans-serif; 
    font-style : normal; 
    font-weight : normal; 
    color : #fff; 
	width: 450px;
	height: 520px;
}
textarea#styled {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}


.height {
height: 100%
}





