/* Business IT Services, inc. CSS | 09.24.08 */

/* HTML classes 
----------------------------------------------------------*/

body {
	margin: 0;
	padding-top: 53px;
	padding-bottom: 53px;
	font-family: Garamond, "Times New Roman", serif;
	background: url('../images/site/bg.jpg') top center repeat-x #090000;
	font-size: 11pt;
	color: #000000;
}




a {
	color: #3a3a3a;
	text-decoration: none;
	border: 0px;
}

a:link {
	text-decoration: none;
	border: 0px;
}

a:visited {
	text-decoration: none;
	border: 0px;
}

a:hover {
	text-decoration: none;
	border: 0px;
}

a:active {
	text-decoration: none;
	border: 0px;
}

a img {
	border: 0px;
}


h1 {
	font: 20px verdana, arial, tahoma #000;
	margin: 0;
	padding: 0;
}



/* FORM
--------------------------------------------------------- */


.textfield_effect {
	border: 1px solid #d3d0ad;
	background: #fdf9cf;
	font-size: 12px;
	color: #474747;
	height: 14px;
	width: 160px;
}

.textfield_effect:hover {
	border: 1px solid #d3d0ad;
}

.textfield_effect:focus {
	border: 1px solid #d3d0ad;
}


.textfield_effect_a {
	border: 1px solid #d3d0ad;
	background: #fdf9cf;
	font-size: 12px;
	color: #474747;
	height: 14px;
	width: 120px;
}

.textfield_effect_a:hover {
	border: 1px solid #d3d0ad;
}

.textfield_effect_a:focus {
	border: 1px solid #d3d0ad;
}



.textarea_effect {
	border: 1px solid #d3d0ad;
	background: #fdf9cf;
	font-size: 12px;
	color: #474747;
	height: 75px;
	width: 353px;
}

.textarea_effect:hover {
	border: 1px solid #d3d0ad;
}

.textarea_effect:focus {
	border: 1px solid #d3d0ad;
}


label {
	font-size: 11px;
}





/* SITE classes  
----------------------------------------------------------*/



.menuBar {
	color: #3a3a3a;
	font-size: 10pt;
}


.text1 {
	color: #fefefe;
	line-height: 1.2em;
	padding-left: 20px;
	padding-right: 15px;
}


.text2 {
	color: #000000;
	font-size: 11pt;
}


.text3 {
	color: #000000;
	font-size: 10pt;
}


.ob_tablebg {
}
.ob_tablebg:hover {
	background-color: #fff5d1;
}