*	{
	margin:0px;
	padding:0px;
	}

body {
	background-color: #ccc;
	}

img {
  border:none;
  text-decoration:none;
}

h1 {
	font-weight:normal;
	font-size:12px;
	color: #999;
}

h2 {
	font-weight:normal;
	color: #333;
	font-size:12px;
	padding-left: 5px;
}

h3 {
	font-weight:bold;
	color: #333;
	font-size:15px;
}

ul	{
	list-style:none;
	}

table	{
	color: #333;
	font-size:13px;
}

table.result	{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	color: #333;
	font-family:Verdana;
	font-size:13px;
}

.result th{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#ffffff;
    background-color:#333333;
    text-align:center;
}

.result td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
}

.image_left	{
	float: left;
	margin-right: 10px; 
	}

.image_right	{
	float: right;
	}

.red	{
	color: red;
	}

#container {
	width: 800px;
	font-size:13px;
	color: #333;
	background-color: #fff;
}

#main {
	width: 800px;
	font-size:13px;
}
#main_d	{
	font-size:12px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
#main_d2	{
	font-size:12px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#m_headder	{
	width: 800px;
	height: 230px;
	}

#m_main_left	{
	float: left;
	width: 500px;
	height: 150px;
	}

#m_main_right	{
	float: right;
	width: 300px;
	height: 150px;
	}

#s_headder	{
	width: 800px;
	height: 50px;
	}

#s_head_left	{
	float: left;
	width: 500px;
	height: 50px;
	}

#s_head_right	{
	float: right;
	width: 300px;
	height: 50px;
	}

#menu	{
	clear: both;
	width: 800px;
	}

#harea	{
	width: 800px;
	height: 20px;
	}

#m_left	{
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 2px;
	}

#m_right	{
	float: right;
	width: 580px;
	font-size:13px;
	text-align: right;
	margin-right: 5px;
	}

#main_right	{
	float: right;
	width: 280px;
	text-align: left;
}

#footer	{
	clear: both;
	width: 800px;
	background-color: #666;
	margin-top: 10px;
	}

#main_con	{
	float:left;
	width:400px;
	height:300px;
	font-size:12px;
	color: #666;
	line-height: 140%;
	text-align:justify;
	margin:10px;
	padding:5px;
	}


#contact_form	{
	width:500px;
	font-size:13px;
	padding-left: 50px;
	padding-bottom: 30px;
	text-align: right;
	}

#contact_form_in	{
	font-size:12px;
	color: #666;
	line-height: 140%;
	text-align:justify;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	}

#contact_form input,textarea	{
	font-size:12px;
	}

a	{
	text-decoration: none;
	font-size:14px;
	}
a:hover	{
	text-decoration: underline;
	}

a:visited {
	text-decoration: underline;
}


