body {
	background-image: url(../images/main_back.gif);
	padding:15 0 15 0;
	margin: 0;
}

#text_white, #text_white a, #text_white a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

#text_white a:hover {
	text-decoration: underline;
	color: #DDF4FF;
}

#text_white a {
	text-decoration: underline;
}

.text_big {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #4C5863;
}

#text_normal, #text_normal a, #text_normal a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #4C5863;
}

#text_normal a, #text_normal a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #2872A3;
}

#text_normal a:hover {
	color: #479AD1;
}

.input {
	font-family: tahoma;
	font-size: 11px;
	color: #2872A3;
	height: 21;
	width: 120;
	background-color: #F3F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5FA2CE;
	border-right-color: #5FA2CE;
	border-bottom-color: #5FA2CE;
	border-left-color: #5FA2CE;
	padding: 3;
}

.button {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	height: 23;
	padding: 0 15 0 15;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	text-transform: uppercase;
	background-image: url(../images/button_back.gif);
	font-weight: bold;
}

.table_header {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #C9E8C5;
}

.table_cell {
	background-color: #E6F0F1;
}

.main_details {
	background-image: url(../images/details_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main_servers {
	background-image: url(../images/servers_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main_order {
	background-image: url(../images/order_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main_finance {
	background-image: url(../images/finance_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main_support {
	background-image: url(../images/support_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
form{margin:0;padding:0;}
