/***********************
*
*	Links
*
************************/
a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: Underline;
}

a:active
{
	text-decoration: Underline;
}

/***********************
*
*	Body & Table
*
************************/
img{
	margin:0;
	border:0;

}

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(../images/bg2.jpg);
	text-align: left;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d5d5d5;
}

/************
*
*	Common
*
*************/
.border
{
	border:1px solid #49555d;
	text-align: left;
}

.pageheader
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

.pageheaderSub
{
	color: #c9a1a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.subheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	font-weight: bold;
}

.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.bodytxtBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #d5d5d5;
	padding: 1px;
}

.bodytxt, .bodytxt:active, .bodytxt:link, .bodytxt:visited, .bodytxt:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d5d5d5;
	padding: 1px;
	text-align: justify;
}

.smalltext
{
	font-size: 10px;
	color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
}

.smalltextWhite
{
	font-size: 11px;
	color: #a6a6a6;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	text-align: center;
}

.smalltextBold
{
	font-size: 10px;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
}

.txtdiv
{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left:3px;
	padding-right:3px;
}

.footer
{
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}

/***********************
*
*	Designers' Misc 
*
************************/

#dropmenudiv
{
    position:absolute;
    color:#FFF;
    border:1px solid white;
    border-bottom-width: 0;
    font:normal 11px Arial;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a
{
    width: 100%;
    color:#FFF;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid white;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
}

#dropmenudiv a:hover
{   /*hover background color*/
    background-color: #000000;
    color:#FFF;
}

.formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;
	border: 1px solid #d5d5d5;
}

.formButt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d5d5d5;
	background-color: #AD1B02;
	border: 1px solid #999999;
	font-weight: bold;
}

/************
*
*	Menu
*
*************/
.navibaritem, .navibaritem:link, .navibaritem:active, .navibaritem:visited
{
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	text-align: center;
	text-transform:lowercase;	
}

.NaviBarChildItem
{   /*FOR IE8 FIX*/
    z-index:1;
    color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:hand;
	text-align: left;
	border:solid 1px #FFFFFF;
}