@charset "UTF-8";
/* CSS Document */



td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	padding: 5px;
}
table {
	background-color: #FFFFFF;
	table-layout:fixed;
	
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #75B294;
	background-image: url(images/bg1.jpg);
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.content{
	border-top:thin;
	border-top-color:#666666;
	border-top-style:solid;
	} 
.caption {font-size:12px;
vertical-align:top;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.caption2 {
	font-size:12px;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}


	a:link {color:336699;
}
	a:link;active {
	color:white;
	background-color:#666699;
}
	a:visited{color:purple;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;		
	}
.borderlinelr {
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #999999;
	border-left-color: #999999;
}
.borderlineboth {
	border-top-width: thin;
	border-top-color: #999999;
	border-right-style: dotted;
	border-left-style: dotted;
	}
.borderlineleft {
	border: thin solid #666666;
}
.borderall{
	border: thin solid #666666;
	}
.bordertop {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
.bordertb {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
