html, body {
	margin: 0;
	padding: 0;
}

/* General font families for common tags */
font,th,td 	{ color: #000000; font-family: Verdana; font-size: 14px;}

a			{color: #eb972b; font-family: Verdana; text-decoration: underline; font-size: 14px;}
a:visited	{color: #eb972b;}
a:hover		{color: #eb972b; text-decoration: none;}

a.link_1			{color: #eb972b; font-family: Verdana; text-decoration: underline; font-size: 12px;}
a.link_1:visited	{color: #eb972b;}
a.link_1:hover		{color: #eb972b; text-decoration: none;}

a.comment	{font-size: 11px;}

img 		{border: 0; }
br.spacer 	{height: 25px; font-size: 25px; line-height: 25px; overflow: hidden; }

ul			{
	padding-left: 30px; 
	list-style-type: none; 
	list-style-image: url(../images/bullet.jpg); 
/*	border: 1px solid #000;*/
	margin-bottom: 0px;
	margin-top: 3px;
}
li 			{margin-bottom: 12px;font-size: 11px;}

li.comment 	{margin-bottom: 4px;font-size: 11px;}

h1			{font-size: 20px;font-weight: bold; padding-left: 30px; padding-right: 30px;}

td.top_menu {
	background-image: url(../images/menu_bg1.jpg); 
	background-repeat: repeat-x;
}

td.top_menu a{
	font-family: Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}

a.bottom_menu			{ color: #959595; font-size: 12px; text-decoration: none;}
a.bottom_menu:visited	{ color: #959595;}
a.bottom_menu:hover		{ color: #959595;}

a.name			{ color: #1f497d; font-size: 12px; font-weight: bold; text-decoration: none;}
a.name:visited	{ color: #1f497d;}
a.name:hover	{ color: #1f497d;}

.description	{ font-size: 12px;}

td.column {
	width: 300px;
	padding-left: 15px;
/*	border: 1px solid #000;*/
}

td.column_header {
	width: 261px;
	height: 37px;
	padding-left: 30px;
	background-image: url(../images/column_title_bg.jpg);
	background-repeat: no-repeat;
}

td.column_header h2{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height:0.01;
}

.column_box {
	font-size: 12px;
}

div.menu_item_1 {height: 40px;margin-bottom: 2px;padding-top: 3px;}
div.menu_item_1:hover {background-image: url(../images/menu_hover_bg_1.jpg);background-repeat: no-repeat;}
div.menu_item_1:hover a{color: #f2ba56;}

.menu_item_2 {height: 40px;	margin-bottom: 2px;	padding-top: 3px;}
.menu_item_2:hover {background-image: url(../images/menu_hover_bg_2.jpg);background-repeat: no-repeat;}
.menu_item_2:hover a{color: #f2ba56;}

.menu_item_3 {height: 40px;margin-bottom: 2px;padding-top: 3px;line-height:0.85;}
.menu_item_3:hover {background-image: url(../images/menu_hover_bg_3.jpg);background-repeat: no-repeat;}
.menu_item_3:hover a{color: #f2ba56;}


.menu_item_4 {height: 40px;margin-bottom: 2px;padding-top: 3px;line-height:0.85;}
.menu_item_4:hover {background-image: url(../images/menu_hover_bg_4.jpg);background-repeat: no-repeat;}
.menu_item_4:hover a{color: #f2ba56;}

.menu_item_5 {height: 40px;margin-bottom: 2px;padding-top: 3px;line-height:0.85;}
.menu_item_5:hover {background-image: url(../images/menu_hover_bg_5.jpg);background-repeat: no-repeat;}
.menu_item_5:hover a{color: #f2ba56;}

.menu_item_6 {height: 40px;margin-bottom: 2px;padding-top: 3px;line-height:0.85;}
.menu_item_6:hover {background-image: url(../images/menu_hover_bg_6.jpg);background-repeat: no-repeat;}
.menu_item_6:hover a{color: #f2ba56;}

.menu_item_7 {height: 40px;margin-bottom: 2px;padding-top: 3px;line-height:0.85;}
.menu_item_7:hover {background-image: url(../images/menu_hover_bg_7.jpg);background-repeat: no-repeat;}
.menu_item_7:hover a{color: #f2ba56;}

.menu_item_8 {height: 40px;margin-bottom: 2px;padding-top: 3px;}
.menu_item_8:hover {background-image: url(../images/menu_hover_bg_1.jpg);background-repeat: no-repeat;}
.menu_item_8:hover a{color: #f2ba56;}

.menu_item_9 {height: 40px;margin-bottom: 2px;padding-top: 3px;}
.menu_item_9:hover {background-image: url(../images/menu_hover_bg_9.jpg);background-repeat: no-repeat;}
.menu_item_9:hover a{color: #f2ba56;}

.content{
	border: 10px solid #f0efef;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 350px;
}

.font2 	{ 
	color: #C0C0C0; 
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

.font3 	{ 
	color: #999999; 
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

.font4 	{ 
	color: #358abb;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	line-height:0.5;
}

input.input{
	width: 580px;
}

input.button{
	width: 130px;
	height: 28px;
	background-image: url(../images/button_bg.jpg);
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
textarea{
	width: 580px;
}

.error {
	font-size: 12px;
	color: #F00;
}


