/***********************
*
*	Links
*
************************/

/***********************
*
*	Body & Table
*
************************/
.scrollstyle
{
	scrollbar-face-color: #F0F0F0;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-shadow-color: #D7D7D7;
	scrollbar-3Dlight-color: #D7D7D7;
	scrollbar-arrow-color: #B8C3CB;
	scrollbar-darkshadow-Color: #C4C2C2;
	scrollbar-base-color: #C5D0D7;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	line-height: 18px;
}

/************
*
*	Common
*
*************/
.titleBlack
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.pageheaderGrey
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

.pageheaderSub
{
	color: #33566F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.box
{
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}

.formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #B1B1B1;
	height: 15px;
	width: 120px;
}

.formButt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #585858;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

.footer
{
	color: #a5a5a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
/************
*
*	Menu
*
*************/
.navi, .navi:link, .navi:visited, .navi:Active
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #aa8800;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	text-align:center;
	padding-top:10px;
}

.navi:hover
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #c7a311;
	text-decoration: none;
	cursor: hand;
	font-weight: bold;
	text-align:center;
	padding-top:10px;
}

.naviSub, .naviSub:link, .naviSub:visited, .naviSub:Active
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
	cursor: hand;	
}

.IE8Fix
{
	/*FOR IE8 FIX*/
	z-index: 1;	
	cursor: hand;
	cursor: pointer;	
	border: solid 1px #eeeeee;
}

/***********************
*
*	Designers' Misc 
*
************************/
.btnBox
{
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #aa8800;
	border: 1px solid #ffffff;
	font-weight: bold;
	cursor: hand;
}

.div
{
	background-image: url(../images/gold_line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
