/* CSS Document */

body {
	background-image: url(Images/bg.jpg);
}
table.blueborder {
	border-left-width:1px;
    border-left-color:#3B73B9;
    border-left-style:solid;
	border-top-width:1px;
    border-top-color:#3B73B9;
    border-top-style:solid;
	border-right-width:1px;
    border-right-color:#3B73B9;
    border-right-style:solid;
	border-bottom-width:1px;
    border-bottom-color:#3B73B9;
    border-bottom-style:solid;
	padding: 5px;
	
}
.contenttxt {
color: #333333;
font-weight:normal;
font-family:Trebuchet MS;
font-size:11px;
}
.footertxt {
color: #FFFFFF;
font-weight:normal;
font-family:Trebuchet MS;
font-size:11px;
}
A:link {
text-decoration: none;
color: black;
}
A:visited {
text-decoration: none;
color: black;
}
A:active {
text-decoration: none;
color: black;
}
A:hover {
text-decoration: underline overline; 
color: orange;
}
