/* CSS Document */

body {
	margin: 0px;
	background: #547fc3 url(images/bg-header.jpg) no-repeat 0px 0px;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #663300;
}
h2 {
	color: #0066FF;
}
h3 { color:#0099FF}
#logo {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -380px;	
}
.Q {
	font-weight: bold;
	color: #009999;
}
.content {
	padding: 15px;	
}
a { color:#0099FF; text-decoration:none;}
a:hover { color:#FE6F2B; text-decoration:none;}
#work { 
	height:450px;
	overflow:auto;
	text-align:center;
	scrollbar-track-color: #F2EDED;
	scrollbar-face-color: #E3DCD4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #D2C7B9;
	scrollbar-darkshadow-color: #907453;
	scrollbar-shadow-color: #AF9B84;
	scrollbar-arrow-color: #724826;
}
.copyright { 	width:100%; font-size:12px;}
.copyright td, .copyright a{ color:#0000FF;}
.copyright a:hover{ color:#000000;}

#hidden_link {
	visibility: hidden;
}