body
{
	background-image: url('gfx/background_color.gif');
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	font-family: Verdana, sans-serif;
 	font-size: 12px;
	color: black;
	text-align: center;
}

h1
{
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #feaa44;
}

h2
{
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #feaa44;
}

h3
{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #feaa44;
}

h4
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #feaa44;
}

img
{
	border: 0;
}

a
{
	color: #888888;
	text-decoration: none;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

a:hover
{
	color: #feaa44;
}

a.my
{
	color: white;
}

.main_body
{
	background-image: url('gfx/background.gif');
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1105px;
}


.main_body_top
{
	background-image: url('gfx/background_top.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;
	
}

.main_body_bottom
{
	background-image: url('gfx/background_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 23px;
}


.client_area .header .middle
{
	margin-left: 25px;
	margin-rigt: 25px;
}


.footer
{
	padding: 15px;
}

.menu
{
	font-size: 14px;
	font-weight: bold;
	list-style-image: url('gfx/li.gif');
}

.menu_cascade
{
	font-size: 13px;
	font-weight: bold;
	list-style-image: url('gfx/li.gif');
}

.menu_line
{
	display: inline;
}

a.menu
{
	color: #555;
	text-decoration: none;
	padding: 2px 5px;
	margin: 10px;
}

a.menu:hover
{
	background-color: #555;
	color: #fff;
}

.page
{
}

.title
{
	padding: 0px;
}

.copyright
{
	margin-left: 40px;
	font-weight: bold;
	font-size: 9px;
	padding: 10px;
}

.no_sign
{
	list-style-type: none;
}


.component
{
	margin-bottom: 40px;
}

.head_right
{
	float: right;
}

table
{
	font-size: 11px;
}

label
{
	width: 110px;
	text-align: left;
	float: left;
}

.submit input
{
	float: right;
} 


.admin_control
{
	float: right;
	margin-right: 25px;
}

.list
{
	list-style-image: url('gfx/li.gif');
}


.tr-head
{
	background-color: #888;
	color: white;
	text-align: center;
}


.tr-col1
{
	background-color: #fafafa;
	text-align: left;
}


.tr-col2
{
	background-color: #eeeeee;
	text-align: left;
}


.img_logo
{
	margin-left: 20px;
}

.clear
{
	clear: both;
}
