/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.tbOdd{
	border:hidden;
	background-color: #A0CFEC;
}
.tbEvent{
	border:hidden;
	background-color : #CFECEC;
}
.tbAll{
	font-size: 10px;
	border-right-style:hidden; 
	border-left-style:hidden;
	border-top-style:inset;
	border-bottom-style:inset;
}
.formlogin{
	background-color:#CCCCCC;
	width:350px;border-style:hidden; 	
	margin-top:50px;
}
.loginForm{
	border-style:outset; 
	border-left-style:hidden; 
	border-top-style:hidden;
	border-width:thin;
	margin-left:5px;
	margin-right:5px;
}
a:link {
	color: #15317E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #15317E;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
}
