body {
	background-color : #E1F0FF;
	background-attachment : scroll;
	background-repeat : repeat-x;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	scrollbar-base-color : #336699;
	scrollbar-face-color : #dbdbdb;
	scrollbar-highlight-color : #dbdbdb;
	scrollbar-shadow-color : #336699;
	scrollbar-arrow-color : #336699;
	scrollbar-track-color : #dbdbdb;
	margin-left : 0%;
	margin-right : 0%;
	margin-top : 0%;
	margin-bottom : 0%;
	color : blue;
}

.heading {
	color : White;
	font-weight : bold;
}

.details {
	color : Black;
	margin-left : 20ex;
}


.bold {
	color : Navy;
	font-weight : bold;
}

a:link, a:visited {
	color: #ffff33;
	text-decoration:none;
}

a:hover {
	color : white;
	text-decoration : underline;
}

a:active {
	color: #ffff33;
	text-decoration:underline;
}

TABLE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : white;
}

TABLE.wholepage {
	border-top : 0px solid Black;
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	background-color : #336699;
}

TD.gap_hor {
	width : 5px;
	background-color : #336699;
}

TD.gap_vert {
	height : 10px;
	background-color : #336699;
}

TD.ftdimage {
	border : 0px solid Black;
}

TD.rightimage {
	border-top : 0px solid Black;
	border-bottom : 0px solid Black;
	border-left : 0px solid Black;
	border-right : 0px solid Black;
}

TD.middleimage {
	border-top : 0px solid Black;
	border-bottom : 0px solid Black;
	border-left : 0px solid Black;
	border-right : 0px solid Black;
}

TABLE.news_main {
	border-top : 0px solid Black;
	border-bottom : 0px solid Black;
	border-left : 0px solid Black;
	border-right : 0px solid Black;
	background-color : #336699;
	margin-left : 10px;
}

TABLE.events_main {
	border : 1px solid #3366ff;
	background-color : #336699;
	margin-right : 10px;
}

TH {
	background-color : 99ccff;
	font-size : 12px;
	font-weight : bold;
	color : black;
}

.form {
	width: 70%;
	color : white;
	background-color : #336699;
	border:1px solid #99ccff;
}

input {
	background-color : #3366ff;
	color: white;
	border: 1px solid white;
	font-size:10px;
}

select {
	background-color : #3366ff;
	color: white;
	border: 1px solid white;
	font-size:10px;
}
	
.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	color : Red;
	letter-spacing : 2px;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	margin-left : 5px;
}
	

h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-align : center;
}

h4 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : normal;
	font-weight : normal;
	text-align : center;
}
em {
	font-style : normal;
	font-weight : normal;
	font-size : 10px;
}

.small{
	font-size : 10px;
	text-align : center;
	font-weight : normal;
}

.descript{
	font-size : 10px;
	text-align : left;
	font-weight : normal;
	margin-left : 30px;
}






