Body { 
	margin-top: 2px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #193F86;
}

.news_text {
	font-size: 12px;
	color: #FFFFFF;
}

.dev_text {
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
}

.heading {font-size:14px; font-weight:bold; color:#193F86;}
.heading_black {font-size:14px; font-weight:bold; color:#000000;}

.heading_white {font-size:14px; font-weight:bold; color:#FFFFFF;}

.menu1_style{ height:22px; padding-top:3px; padding-left:44px; background-image: url("../images/menu1a.gif"); background-repeat:no-repeat; font-weight:bold }

.menu2_style{ height:22px; padding-top:3px; padding-left:44px; background-image: url("../images/menu2a.gif"); background-repeat:no-repeat; font-weight:bold }

.header_style{ height:260px; padding-top:0px; padding-left:0px; background-image: url("../images/hand.jpg"); background-repeat:no-repeat; }

.date_black {font-size:10px; color:#000000;}

#redbar_style{ height:28px; padding-top:0px; padding-left:24px; background-image:  url("../images/redbg.gif"); background-repeat:repeat-y; border-top:1px solid #ffffff; }

.contact{ 
	background-image:url(../images/line.gif);
	background-repeat: repeat-y; 
	background-position: left; 
	padding-top: 30px;
	}

a:link {
	text-decoration: none;
	color:#CC0000
	}
   
a:visited {
	text-decoration: none;
	color: #CC0000
	}
  
a:hover {
	text-decoration: underline;
	color: #CC0000
	}
  
a:active {
	text-decoration: underline;
	color: #CC0000
	}
	
a:link.MenuLink {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited.MenuLink {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover.MenuLink {
	text-decoration: underline;
	color: #FFFFFF
}

a:active.MenuLink {
	text-decoration: none;
	color: #FFFFFF
}

.bold { 
	font-weight:bold;
}

.footer {   
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}

.homecont{
	background-image: url(../images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 16px 3px 16px 6px;
	color: #FFFFFF;
}

.bullet{
	background-image: url(../images/bg3.gif);
	background-repeat: no-repeat;
	border-right: 6px solid #ffffff;
	padding: 16px 3px 16px 10px;
	font-weight: bold;
	color: #193F86;
	font-size: 11px;
}

input {
	font-family: Tahoma, "Times New Roman", Times, serif; font-size:11px; background-color:#EAEAEA; border-width:1px; border-style:solid; border-color:#ABABAB;
}

textarea {
	overflow:auto; font-family: Tahoma, "Times New Roman", Times, serif; font-size:11px; background-color:#EAEAEA; border-width:1px; border-style:solid; border-color:#ABABAB;  
}

.button {
	BORDER-RIGHT: #666666 1px solid;  
	BORDER-TOP: #dddddd 1px solid; 
	BORDER-LEFT: dddddd 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
	BACKGROUND-COLOR: #C0C0C0; 
	FONT-SIZE: 9pt; 
	FONT-FAMILY: Tahoma, "Times New Roman", Times, serif;
	CURSOR: hand;
}

#marqueecontainer {
	position: relative;
	width: 172px; /*marquee width */
	height: 145px; /*marquee height */
	background-color: #CC0000;
	overflow: hidden;
	border: 0px solid black;
	padding: 0px;
	padding-left: 0px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}