@charset "utf-8";
/* CSS Document */

html, body {
    background: #fff;
    font-family:"Times New Roman", Times, serif;
    color: #333333;
	font-size: 12px;
}

* {
    padding: 0;
    margin: 0;
}

h1 {font-size:18; text-align:center; color:#999;}
h1 a {font-size:18; color:#999;}
h1 a:hover {color:#F00; text-decoration:none;}

h2 {font-size:16; text-align:center; color:#999; font-weight:100; margin:2px;}
h2 a {font-size:16; color:#999;}
h2 a:hover {color:#F00; text-decoration:none;}

.link {
	color:#999;
	text-align:center;
	margin:3px;
}

.link a {
	color:#999;
}

.link a:hover {
	text-decoration:none;
	color:#F00;
}

.line {
	width:100%;
	border:1px solid #CCC;
}

#topbox {
	width:100%;
	height:60px;
	background:url(img/top_box_bg.gif) repeat-x #999;
	color:#666;
	font-size:22px;
}


#contacts_form {
	position:absolute;
	top:120px;
	left:0px;
	width:135px;
	height:140px;
	background:#CCC;
	text-align:center;
	color:#666;
}

#contacts_form .zag {
	font-size:14px;
	margin:10px;
	font-weight:bold;	
}

#contacts_form a {
	color:#666;
}

#contacts_form a:hover {
	color:#F00;
	text-decoration:none;
}


