body {
	background-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:0;
	color : White;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bold;
	color : Black;
	background-color : yellow;
}
.td1{
	background-color : White;
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
	}
.td2{
	background-color : Silver;
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
}
.td3 {
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
	background-color : #DCDCDC;
}
.tb1{
	border : thin solid White;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : White;
}

td: event{
	border-bottom-width : thin;
	border-color : White;
}
a.black:link{
	font-family : Arial, Helvetica, sans-serif;
	color: Blue;
}
a.black:visited{
	font-family : Arial, Helvetica, sans-serif;
	color: #696969;
}
a.black:active{
	font-family : Arial, Helvetica, sans-serif;
	color: Fuchsia;
}
a.nav:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: none;
} /* links under CSS Pages heading */
a.nav:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: none;
}
a.nav:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: underline;
}
a.nav:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: underline;
}
a.currentlink:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: underline;
} /* links under CSS Pages heading */
a.currentlink:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: underline;
}
a.currentlink:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: underline;
}
a.currentlink:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: underline;
}

a {
	font-family: Helvetica, Arial, Verdana;
	color: #ffffff;
	font-size : 13px;
	text-decoration : underline;
}
a:link {
	font-family: Helvetica, Arial, Verdana;
	color: White;
	text-decoration: underline;
	font-size : 13px;
} /* base link color */
a:active {
	font-family: Helvetica, Arial, Verdana;
	color: White;
	text-decoration: underline;
	font-size : 13px;
}
a:visited {
	font-family: Helvetica, Arial, Verdana;
	color: Yellow;
	text-decoration: underline;
	font-size : 13px;
}


form {
	background-color: #006699;
}
.errorMsg 
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Red;
	}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	font-style : italic;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	}
	
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}
.footertext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #ffffff;
}

hr {
	border: 0;
	width: 100%;
	background-color : White;
	color : White;
}
	