body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(../images/background.jpg);
	background-repeat: no-repeat;*/
}





/* LINK STYLES */
a:link, a:visited, a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

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



a.small_links:link, a.small_links:visited, a.small_links:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.small_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.red_links:link, a.red_links:visited, a.red_links:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

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


a.hlink:link, a.hlink:visited, a.hlink:active, a.hlink:hover {
display: none;
} 

/* END LINK STYLES */




/*HEADERS*/



.header_buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

.header_buttons_padding {
	margin-left: 8px;	
}

.header_buttons_line {
	text-decoration: none;
	text-align: left;
	border-bottom-width: 3.8px;;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header_home {
	background-image: url(../images/home/header.gif);
	background-repeat: no-repeat;
}
.header_products {
	background-image: url(../images/products/header.jpg);
	background-repeat: no-repeat;
}
.header_programming {
	background-image: url(../images/programming/header.gif);
	background-repeat: no-repeat;
}
.header_webdesign {
	background-image: url(../images/webdesign/header.gif);
	background-repeat: no-repeat;
}
.header_services {
	background-image: url(../images/services/header.gif);
	background-repeat: no-repeat;
}
.header_outsourcing {
	background-image: url(../images/outsourcing/header.jpg);
	background-repeat: no-repeat;
}
.header_company {
	background-image: url(../images/company/header.jpg);
	background-repeat: no-repeat;
}
.header_order {
	background-image: url(../images/order/header.jpg);
	background-repeat: no-repeat;
}
/*END HEADERS*/




/*TEXT STYLES*/

.red_text_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.red_text_12_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold; 
}
.black_text_12_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold; 
}
.red_text_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.title_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.orange_text_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}


/*END TEXT STYLES*/

