/* ================================
    CSS STYLES FOR DSB 
    v1.0, 11/2003
   ================================
*/

body
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	background-color: #000033;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}

h1
{
	font-family: Comic Sans MS;
	color: #993333;
}

h2
{
	font-family: Comic Sans MS;
	color: #003300;
}

h3
{
	font-family: Comic Sans MS;
	color: #ffffff;
}

a:link
{
	font-weight: bolder;
	color: #333333;
}

a:visited
{
	font-weight: bolder;
	color: #333333;
}

a:hover
{
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}

a:active
{
	font-weight: bolder;
	color: #DC143C;
	text-decoration: underline;
}

.Clock
{
	font-size:11px;
	font-weight:bold;
	color:#000033;
}

.BackGround
{
	background-color: #000033;
}
.PageBorder
{
	background-color: #e1dfe1;
}
.SiteName
{
	color: #e1dfe1;
}
.CopyRight
{
	color:#000033;
	font-size:11px;
}

td.TabClass
{
	font-weight: bold;
	font-size: 10px;
}

/*TAB CSS*/
a.TabClass:link, a.TabClass:visited, a.TabClass:active
{
	font-weight: bold;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
}

a.TabClass:hover
{
	font-weight: bold;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: underline;
}

a.SelectedTabClass:link, a.SelectedTabClass:visited, a.SelectedTabClass:active
{
	font-weight: bold;
	font-size: 10px;
	color:#000000;
	text-decoration: none;
}

a.SelectedTabClass:hover
{
	font-weight: bold;
	font-size: 10px;
	color:#000000;
	text-decoration: underline;
}

/*MENU CSS*/
.MenuClass
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-weight:bold;
	color: #666633;
	text-decoration:underline;
	font-size: 12px;
}

a.MenuClass:link, a.MenuClass:visited, a.MenuClass:active
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-weight:bold;
	color: #666633;
	text-decoration:underline;
	font-size: 12px;
}

a.MenuClass:hover
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-weight:bold;
	color:Red;
	text-decoration:none;
	font-size: 12px;
}

.MenuClassSelected
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-weight:bold;
	color: #003300;
	text-decoration:underline;
	font-size: 12px;
}

a.MenuClassSelected:link, a.MenuClassSelected:visited, a.MenuClassSelected:active
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-weight:bold;
	color: #003300;
	text-decoration:underline;
	font-size: 12px;
}

a.MenuClassSelected:hover
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-weight:bold;
	color:Red;
	text-decoration:none;
	font-size: 12px;
}

/*MAIN BODY SECTION CALLED RSS*/

.rss
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
}

a.rsstitle:link, a.rsstitle:visited, a.rsstitle:active
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-weight:bold;
	color: #666633;
	text-decoration:underline;
}

a.rsstitle:hover
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-weight:bold;
	color:Red;
	text-decoration:none;
}

/*PHOTO CSS*/
.caption
{
	font-size: 9px;
	font-family	: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}