﻿body 
{
	font-size: 12px;
	overflow:auto;
	background-color:transparent;
}

td
{
	font-size:12px;
	line-height:20px;
}

a:link {  text-decoration: none; color:#23456B}
a:visited { text-decoration: none; color:#23456B}
a:hover {text-decoration: underline; color:#ff0000}

a.red:link { color: #ff0000; text-decoration: none} 
a.red:visited { color: #ff0000; text-decoration: none} 
a.red:hover { color: #ff0000; text-decoration: underline} 

#nav ul
{
	font-size: 10pt;
	color: #FFFFFF;
	list-style-type: none;
}

#nav li
{
	float: left;
	height: 42px;
}

#menu ul
{
	list-style-type: none;
	margin: 0px;
	text-align: center;
}

#menu li
{
	background-image: url(/images/propa/menu_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 0px;
}
.title1
{
	font-size:14px; font-weight:700;
}
.title2
{
	color:#0098D1; font-size:12px; font-weight:bold;
}
.red_font
{
	color:#f00;
}
