/*
www.vujudesign.com
Madan K. Bhuju
vujudesign@hotmail.com
*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #323232;
	background-image: url(../images/bg.jpg);
	background-color: #FFFFFF;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #e0e0e0;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #f0f0f0;
	scrollbar-highlight-color: #e0e0e0;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #666666;
}

/*------------------------------------------------------------------------------------------------------------------*/

td {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#464646;
/*	text-align:justify;*/
	line-height:18px;
}

/*------------------------------------------------------------------------------------------------------------------*/
a:link {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#ff3300;
	font-weight: bold;
	text-decoration:underline;
}

a:active {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#ff3300;
	font-weight: bold;
	text-decoration:underline;
}

a:visited {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#ff3300;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------*/


a.gray:link {
	font-family:"Century Gothic", Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#7E7E7E;
	text-decoration:none;
}

a.gray:active {
	font-family:"Century Gothic", Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#7E7E7E;
	text-decoration:none;
}

a.gray:visited {
	font-family:"Century Gothic", Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#7E7E7E;
	font-weight:bold;
	text-decoration:none;
}

a.gray:hover {
	font-family:"Century Gothic", Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
/*------------------------------------------------------------------------------------------------------------------*/
.sub_title_orange{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff3300;
	font-weight:bold;
}
.sub_title_gray{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #979797;
	font-weight:bold;
	line-height:20px;
}
.sub_title_blue{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #1168C4;
	font-weight:bold;
	line-height:20px;
}

.title_blue{
	font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #0C4E93;
	font-weight:bold;
	line-height:20px;
}

.title_black{
	font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight:bold;
	line-height:20px;
}
/*------------------------------------------------------------------------------------------------------------------*/

input
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #BACAD4;
	background:#EBF0F3;
}

/*

--------------------------------------------------------------------------------------------------------------------

*/
textarea
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #BACAD4;
	background:#EBF0F3;
}

/*

--------------------------------------------------------------------------------------------------------------------

*/
select
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #BDBDBD;
	background:#FFFFFF;/*Alpha(Opacity=0, Style=0);*/
}

/*

--------------------------------------------------------------------------------------------------------------------

*/
input.btn
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	color:#FFFFFF;
	vertical-align: middle;
	border:1px solid #BACAD4;
	background:#EBF0F3;
	cursor:hand;
}
