h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2b2f3f;

}
html {
	width:100%;
 	height:100%;
/*	background-color:#FFFFFF;*/
	background-attachment: scroll;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin:0px;
}

.cardWatch {
	font-style: italic;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #2b2f3f;
	font-size: small;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #5e668a;
	font-size: small;
	text-decoration: none;
}
#main_table {
	margin:0px;
	width:100%;
	height:98%;
	border:0px;	
}
