BODY
{
	margin:0;
}

td
{
font: 11px verdana;
color: Black;	
}

.scroller
{
font: 13px Trebuchet MS	; 
color: #000000;
font-weight: bold;
font-style:italic;
}

.scroller_msg
{
font: 11px Verdana;
color: #000000;
}

a
{
color: #345AB9;	
text-decoration: none;
}

a:hover
{
color: #C7332F;
text-decoration: underline;
}


.pageHeader
{
font: 18px Arial; 
color: #000000;
font-weight: bold;
background-color: #ededed;
border-bottom:3px solid #ffffff;
}

.pageSpecialHeader
{
font: 18px Arial; 
color: #000000;
font-weight: bold;
background-color: #990000;
}

.pageSpecialText td
{
font: 11px Verdana; 
color: #FFFFFF;
font-weight: bold;
background-color: #990000;
border-bottom:3px solid #ffffff;
}


input, textarea, select
{
font: 11px arial;	
color: black;
border: 1px solid #345AB9;
}
select .optionSection
{
background-color:#CCCCCC;	
}

.chkBox
{
border:0px;	
}

button
{
font: 11px arial;	
color: black;
border: 1px solid #345AB9;
cursor:hand;
}
hr
{
color:#345AB9;
width:97%;	
}

.adminBox td
{
font: 11px arial;	
color: #FFFFFF;
}
.adminBox input
{
font: 11px arial;	
color: black;
border: 1px solid #FFFFFF;
}
.adminBox button
{
font: 11px arial;	
color: black;
border: 1px solid #000000;
cursor:hand;
}

/*====================*/
/*=== Slider===*/
/*====================*/

#slider {
	position:relative;
   	width:618px;
    	height:246px;
    	margin-left:0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:20px;
	bottom:3px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
