body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #002D62;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
#main div {
padding: 20px;
}
#menu {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}
.heading {
	font-size: 16px;
	color: #000000; 
	border: 2px #000000; 
	border-style: solid; 
	background-color: #CCE4F0; 
	margin-bottom: 2px;
}
.watch_spec {
	border: 1px; 
	border-style: solid; 
	border-color: #000000; 
	padding: 5px;
}


