/***********************
*
*	Links
*
************************/

/***********************
*
*	Body & Table
*
************************/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #BBBBBB;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #6B6965;
	scrollbar-3Dlight-color: #6B6965;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-Color: #ffffff;
	scrollbar-base-color: #BBBBBB;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	background: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #eef6f9;
	line-height: 15px;
}
/************
*
*	Common
*
*************/
.outline
{
	border: 1px solid #f4f4f4;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.dotline
{
	background-image: url(../images/dotline.jpg);
	background-repeat: repeat-x;
	background-position: 100%;
}

.searchbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
	border: 1px solid #eaeaea;
}

.btnBox
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #53B3B3;
	border: 1px solid #f4f4f4;
	font-weight: bold;
	cursor: hand;
}

.title
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0da19f;
}

.titlewhite
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.titleblue
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #44A8AA;
}

.titlewhite_padding
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	padding-left: 15px;
}


.bodytxtB
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
.bodytxtW
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.bodytxtRed
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #aa0c0f;
	font-weight: bold;
}
.bodytxtBlack
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #343232;
	font-weight: normal;
}

.footer
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b5b2b2;
	text-decoration: none;
}

.sublink, sublink:link, .sublink:visited, .sublink:Active
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #44A8AA;
	text-decoration: none;
	font-weight: regular;
	
}

.sublink:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #53B3B3;
	text-decoration: none;
	font-weight: regular;
}
/************
*
*	Menu
*
*************/
.navi, .navi a:link, .navi a:visited, .navi a:Active
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0da19f;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	margin: 0px 15px;
}

.navi a:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #13c1bf;
	text-decoration: none;
	cursor: hand;
	font-weight: bold;
}

.IE8Fix
{
 
 padding: 0 auto;
}

.IE8Fix a:link,.IE8Fix a:visited,.IE8Fix a:Active
{
	/*FOR IE8 FIX*/
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	text-align:left;
	
	/*border: solid 1px #0da19f;*/
}

.IE8FIXtest
{
	/*FOR IE8 FIX*/
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	text-align:left;
	margin: 0 auto;
	/*border: solid 1px #0da19f;*/
}


/***********************
*
*	Designers' Misc 
*
************************/
.div
{
	background-image: url(../images/div.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.div_x
{
	background-image: url(../images/div.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.div_right
{
	background-image: url(../images/div.gif);
	background-repeat: repeat-y;
	background-position: right;
}
