BODY{
	background-color:#ffffff;
	color:#303030;
	font-size:80%;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #c0c0c0;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #c0c0c0; 
	scrollbar-darkshadow-color: #ffffff;
}

table.layout{
	width:100%;
	height:100%;
	background-color:#ffffff;
}

table.table{
	
	width:790px;
	background-color:#ffffff
}

td.bg0{
	padding: 3px 8px 2px 8px;
	font-weight:bold;
	background-color: #ffcc33;
	background-image: url("../img/white_s.gif");
	background-repeat: no-repeat;
	background-fixed: fixed;
	background-position: center middle;
	width:100%;
	height:130px;
	text-align: center;
	border:solid 1px black;
}

td.bg{
	padding: 3px 8px 2px 8px;
	font-weight:bold;
	font-size:17px;
	background-color:#fefcbf;
	width:100%;
	height:24px;
	text-align: left;
	border:solid 1px black;
}

td.bg2{
	background-color: #ffffff;
	background-image: url("../img/summer.jpg");
	background-repeat: no-repeat;
	background-fixed: fixed;
	background-position: center center;
	width:100%;
	text-align: center;
	border:solid 1px black;
}

td.bg3{
	padding: 3px 8px 2px 8px;
	font-weight:bold;
	font-size:17px;
	background-color:#fefcbf;
	width:100%;
	height:24px;
	text-align: right;
	border:solid 1px black;
}

span.big{
	font-size:25px;
	font-weight:bold;
}

span.form{
	font-size:20px;
	font-weight:bold;
}

.text{
	font-size:13px;
	line-height: 130%;
	filter: Alpha(opacity=75,style=0);
}

A {
	text-decoration: none;}
A:link {
	color: #cc001a;}
A:active {
	color: #ffcfcf;}
A:visited {
	color: #cc001a;}
A:hover{
	color: #cc001a;
	text-decoration: underline;}

.no{
	border:1px solid #ffffff;
}

input,select,textarea {
	font-size:13px;
	background-color:#ffffff;
	border:1px solid #999999;
}
