body{
	margin: 0px;
	padding: 0px;
	background-image: url('/img/bg.gif');
	height: 100%
}


td{
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 10pt;
	color: #666666;
}

td.header{
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}
td.header a{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #36C;
}
td.header td{
	font-weight: bold;
	font-size: 7pt;
	color: #36C;
}

td.main_container{
	vertical-align: top;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

td.menu_container{
	vertical-align: top;
	background-color: #eeeeee;
	border: 1px solid #e5e5e5;
	padding: 5px;
	padding-top: 5px;
}

td.menu_container td{
	padding-left: 20px;
	background-color: #e8e8e8;
	height: 20px;
	border: 1px solid #e5e5e5;
}
td.menu_container a{
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
td.menu_container a:hover{
	color: #444444;
	text-decoration: underline;
}

td.content{
	vertical-align: top;
	border: 1px solid #e5e5e5;
	padding: 5px;
}

table.phones_container{
	width: 100%;
}
table.phones_container td{
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px dotted #e8e8e8;
	width: 20%;	
}
table.phones_container td:hover{
	border: 1px solid #e5e5e5;
}
table.phones_container a{
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
table.phones_container a:visited{
	text-decoration: none;
	color: #bbbbbb;
}
table.phones_container a:hover{
	text-decoration: none;
	color: #444444;
}
table.phones_container a:active{
	text-decoration: none;
	color: red;
}

table.phones_container img{
	border: none;
}

table.pages{
	border-spacing: 10px;
}
table.pages td{
	width: 15px;
	height: 15px;
	padding: 1px;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	border: 1px dotted #e8e8e8;
	background-color: #eeeeee;
}
table.pages td:hover{
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}
table.pages a{
	font-size: 8pt;
	text-decoration: none;
	color: #36C;
}


td.footer{
	font-size: 7pt;
	color: #888888;
	vertical-align: middle;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

td.footer a{
	color: #777777;
	text-decoration: none;
}
td.footer a:hover{
	color: #444444;
	text-decoration: underline;
}

h1{
	font-size: 12pt;
	padding-left: 20px;
	color: #666666;
	margin: 5px;
}
h2{
	font-size: 10pt;
	padding-left: 20px;
	color: #666666;
	margin: 5px;
}

input[name="keyword"]{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

hr{
	height: 0px;
	color: #cccccc;
}