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

body {
	margin: 10px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	background-color: #2D68A8;
	color: #494949;
	/*	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	*/
}

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

td {
	font-family: verdana, Arial, Verdana, Tahoma;
	font-size:11px;
	color:#3D3D3D;
	line-height:18px;
	}
/*------------------------------------------------------------------------------------------------------------------*/

.tdBorder {
	border:1px solid #DBDBDB;
	padding: 3px 3px 3px 3px;
	
}
/*------------------------------------------------------------------------------------------------------------------*/

a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
font-size:11px;
text-decoration:underline;
}
a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
font-size:11px;
text-decoration:underline;
}
a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
font-size:11px;
text-decoration:underline;
}
a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
font-size:11px;
text-decoration:none;
}

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

a.menu:link {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; 
	color:#666666;
	text-decoration:none;
}

a.menu:active {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; 
	color:#666666;
	text-decoration:none;
}

a.menu:visited {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; 
	color:#666666;
	text-decoration:none;
}

a.menu:hover {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; 
	color:#336699;
	text-decoration:underline;
}

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

a.sub:link {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
}

a.sub:active {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
}

a.sub:visited {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
}

a.sub:hover {
	font-family: Century Gothic, MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
	color:#FFCC99;
	text-decoration:none;
}

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

a.footer:link {
	font-family:Verdana, Arial, Tahoma;
	font-size:11px;
	color:#515151;
	line-height:16px;
	text-decoration:underline;
}

a.footer:active {
	font-family:Verdana, Arial, Tahoma;
	font-size:11px;
	color:#515151;
	line-height:16px;
	text-decoration:underline;
}

a.footer:visited {
	font-family:Verdana, Arial, Tahoma;
	font-size:11px;
	color:#515151;
	line-height:16px;
	text-decoration:underline;
}

a.footer:hover {
	font-family:Verdana, Arial, Tahoma;
	font-size:11px;
	color:#000000;
	line-height:16px;
	text-decoration:none;
}


/*--These are titles used for subheadings, usually designer setup a table with the entire row set to the style like <td height="30" class="purpleTitle">  This is how the different titles are specified in coding throughout the site, so switch the style in the td tag if you want a different color
----------------------------------------------------------------------------------------------------------------*/

.brownTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#995632;
	font-weight: normal;
	line-height:24px;
}

.brownHighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#995632;
	font-weight: normal;
	line-height:20px;
}
.blackTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight: normal;
}

.blueTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#1469C8;
	font-weight: bold;
	line-height:24px;
}

.purpleTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#770A81;
	font-weight: bold;
	line-height:24px;
}


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



.footerText {
	font-family:Verdana, Arial, Tahoma;
	font-size:11px;
	color:#FFFFFF;
	line-height:16px;
	}


/*------------------------------------------------------------------------------------------------------------------*/
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	color:#000000;

}
*------------------------------------------------------------------------------------------------------------------*/

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

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

input.noborder
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	border:0px;
	
}

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

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

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

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

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

input.btn
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;	
	background:#87611C;
	border:1px solid #4C3100;
	
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

.imgBorder
{
	border-color: #C0C0C0;
	
}
hr
{
	height:1px;
	color:#CCCCCC;
}
/*
--------------------------------------------------------------------------------------------------------------------
*/

a.small
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

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


ul, li
{
	list-style-image:url("../images/arrw.gif");
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;	
}
/*
--------------------------------------------------------------------------------------------------------------------

*/


ol, li
{
	list-style-image:url("../images/arrw.gif");
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;	
}
/*


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

div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#B7B199;
	scrollbar-3dlight-color:#CACACA;
	scrollbar-highlight-color:#CACACA;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#CACACA;
	scrollbar-darkshadow-color:#CACACA;
	scrollbar-track-color:#F3F3F3;	
}

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

.title_h1 {
	font-family:"Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	line-height:30px;
	text-transform: uppercase;
}

.title_testinonails {
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
			}
.title_testinonails_bold {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:20px;
			}
