/* CSS Document */
@import url("/stylesheets/tiny_mce.css");

*{/*margin-top:0px;*/ font-family:"Trebuchet MS"; font-size:14px;}

#main_table{
	/*border:1px solid #CCCCCC;*/
}

#middle_column{
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	width:575px;
}

#right_column{
	background-color:#000000;
}

table #interior_table{
	width:479px;
	height:392px;
	/*border:1px solid #000000;*/
}

table #interior_bottom{
	background-image:url(../images/interior_table_bottom.jpg);
	background-repeat:no-repeat;
	height:5px;
}

td .cms_content{
	padding:15px;
}

.red{
	color:#FF0000;
}

.small_red{
	font-size:10px;
	color:#FF0000;
}

table .contact_table td{
	font-size:10px;
}

.input_contact{
	font-size: 10px; 
	font-weight: normal;
	font-family:"Trebuchet MS";
}

.input_contact option{
	font-size: 10px; 
	font-weight: normal;
	font-family:"Trebuchet MS";
}

.email{
	text-decoration:none;
	color:#000000;
}

.email:hover{
	text-decoration:underline;
	color:#000000;
}

.footer{
	font-family:"Trebuchet MS";
	font-size:12px;
}

.footer a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.footer a:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

.news_text{
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:11px;
}

td .right_line{
	background-image:url(../images/interior_table_right_contac.jpg);
	background-repeat:repeat-y;
	width:4px;
}