/* Comment Line */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td {
	font-family: Verdana, Arial, Tahoma, "Lucida sans", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #075F8D;
}
a:hover {
	color: #CBDDE4;
}
UL { 
	list-style-image: url("images/drop.gif"); 
}
/**********************/
/* Styles for this site            */
/**********************/
#thebody {
}
#page-border {
}
.blue-bg {
	background: #BDDFFA;
}
.transition {
	background: #BDDFFA url(images/gradient.jpg) top center repeat-x;
}
.transition-bottom {
	background: #BDDFFA url(images/gradient-bottom.jpg) bottom center repeat-x;
}
#menutable {
	margin: 5px auto 10px auto ;
	border: none ;
}
#menutable td{
	padding: 6px ;
}

.black-bg {

	background: #000000;
}
.menucell {
	color: #BDDFFA;
	text-align: center;
	padding: 3px;
	width: 20%;
	background: transparent url(images/tab.gif) top center no-repeat;


}
.linklight {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.1em;


}
.dropmenu {
	font-weight: normal;
	font-size: 1em;
	color: #075F8D;


}
.grey-bg {

	background: #B4C5D5;
}
.menudropcell {
	background-image: url(images/tab-sides.jpg);
	text-align: center;
}
.heading1 {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5em;
	background: transparent url(images/outline-top.jpg) top center no-repeat;
	color: #003366;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading2 {
	font-weight: bold;
	font-size: 15px;
	background: url(images/outline-sides.jpg) top center repeat-y;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading3, .notice1 {
	font-weight: bold;
	font-size: 13px;
	background: url(images/outline-sides.jpg) top center repeat-y;
	color: #075F8D;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 35px;
}
.notice1 {
	padding: 0;
}
.text4 {
	background: url(images/outline-sides.jpg) top center repeat-y;
	padding: 0 35px;
	line-height: 1.5em;
}
.outline-bottom {
	background: url(images/outline-bottom.jpg) bottom center no-repeat;
}
.text-with-indent {
	margin-left: 25px;
	line-height: 1.5em;
}
/**********************/
/* Styles from original sheet */
/**********************/
.white {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: oblique;
}
.bigger {
	font-size: 12px;
}
.bolder {
	font-size: 12px;
	font-weight: bold;

}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}
.cell-right {
	text-align: right;
}
.cell-centre {
	text-align: center;
}
.table-head {
	font-weight: bold;
	color: #075F8D;
	width: 50%;
	padding-top: 3px;
	margin-right: 40px;
}
.table-cell {
	line-height: 1.5em;
}
.smaller {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.cell-right-border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: double;
}
