#glowleft {
	background-image: url(../img/glowleft.gif);
	background-repeat: repeat-y;
	width: 8px;
	background-position: right;
}
#glowright {
	background-image: url(../img/glowright.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 8px;
}
#glowdown {
	background-image: url(../img/glowdown.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 8px;
}
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: rgb(11, 51, 60);
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0099FF;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
.thumbTitle{
	font-family:'Georgia','Trebuchet MS','Arial';
	font-size:14px;
	font-weight:bold;
	color:#0099FF;
}
.thumbCode{
	font-family:'Verdana','Georgia','Trebuchet MS','Arial';
	font-size:10px;
	font-weight:bold;
	color:#009900;
}
.thumbImage{
	background-color:#cccccc;
	padding:1px;
}
.small_grey{
	color:#999999;
	font-size:10px;
}
.tinylink {
	font-size: 10px;
}
.tiny{
	font-size: 10px;
	color: #333333;
}
.MenuColTitle{
	font-family:'Trebuchet MS','Arial';
	font-size:18px;
	color:#447173;
}
.DetailListHeader{
	color:#333333;
	background-color:#E3EBF0;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}
.DetailListItem{
	background-color:#F0F4F7;
}
.SmallGreyBold{
	color:#666666;
}
.navLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color:#6633CC;
}
.navLink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#CC00FF;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	height: 15px;
	color: #666666;
}

.glowtopbar {
	background-image: url(../img/topbar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pagetitle{
	font-family:'Georgia','Trebuchet MS','Arial';
	font-size:24px;
}
.MainMenuItem{
	color:#333333;
	font-family:'Trebuchet MS','Arial';
	font-size:12px;
	font-weight:bold;
}
.MainMenuItem:hover{
	color:#FF6600;
	text-decoration:none;
}
td.SelectedMainMenuItem{
	background-image:url(../img/mainmenuselecteditem.gif);
	background-position:50%;
	background-repeat:no-repeat;
}
#menucol {
	background-image: url(../img/menubg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F3F5F4;
}
#mainmenubar {
	background-image: url(../img/mainmenubar.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#menucolglow {
	background-image: url(../img/menucolglow.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#contenttd {
	background-image: url(../img/aurora.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ffffff;
	
	text-align:justify;
	padding:5px;
	padding-right:10px;
}
#contenttd li{
	margin-left:10px;
}
#bottombar {
	background-image: url(../img/bottombar.jpg);
	background-repeat: repeat-x;
}
form{
	margin:0px;
}