@charset "UTF-8";
/* CSS Document */

body{
background-color:#B9D6BB;
font-family:Arial, Helvetica, sans-serif;
font-weight:50;

}

body {
	margin-top:50px;
	font-size: 12px;
	color:#000000;
	background-image: url(images/.gif);
	background-position:top;
	background-repeat:repeat-x repeat-y;
	background-attachment:inherit;
	overflow:hidden;
}
td,th{
padding:10px;

}
table{
	background-color:#ffffff;
	background-image: url(images/BG.jpg);
	background-position:top;
	background-repeat:repeat-x repeat-y;
	background-attachment:inherit;
}

.dotborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	
	}
.title{
	font-size: 25px;
	color:#999999;
	
	}
.solidbord {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	border-right-color: #663300;
}
.bigfont {font-size: 14px;
font-weight:100;
}
.smallfont {font-size: 16px;font-color:#FFFFFF;
}
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration:underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
