*/body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat:repeat-x;
	a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
}*/
body {
	margin: 20p 20px 20px 20px;
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	color: #344b54;

}

body, td, .text, input, submit, textarea, select, strong  { font-family:Arial; font-size:10pt; font-weight: normal;}
A { FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif; TEXT-DECORATION: none }
A:hover { FONT-SIZE: 12px; BACKGROUND: none; COLOR: #0000FF; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none }
TD { FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif; TEXT-DECORATION: none }
TD A { COLOR: #664A1A; text-decoration: none }
TD A:hover { COLOR: #D58700; font-weight: bold; text-decoration: none }
td.bottom-right {
	font-family: Tahoma;
	font-size: 11px;
	color: #8a8a8a;
	background-repeat:no-repeat;
    background-position:right;
}

td.bottom-right a { color: #8a8a8a; text-decoration:underline; }
td.bottom-right a:hover{ color: #ce4612; text-decoration: none; }

td.bottom-left {
	font-family: Tahoma;
	font-size: 11px;
	color: #75888e;
	background-repeat:no-repeat;
    background-position:right;
}

td.startup
{
	color: #727375;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0px 12px 0px 0px;
}

td.bottom-left a { color: #75888e; text-decoration:underline; }
td.bottom-left a:hover{ color: #ce4612; text-decoration: none; }

td.b a { color: #FFFFFF; text-decoration:underline; }
td.b a:hover{ color: #000000; text-decoration: none; }

h1 {
	color: #6f7c82;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h2 {
	color: #6f7c82;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



.news-title {
	color: #CB4A13;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

div.news {
	font-family: Tahoma;
	font-size: 11px;
	color: #7f8487;
	margin: 6px 0px 0px 0px;
}

div.news a { color: #7f8487; text-decoration:underline; }
div.news a:hover{ color: #ce4612; text-decoration: none; }

td.td-content { padding: 18px 18px 18px 32px; }


td.td-content a { color: #558498; text-decoration:underline; }
td.td-content a:hover{ color: #ce4612; text-decoration: none; }

ul { list-style-image: url(images/design/news.gif); }

/* Navigation */

#menu 
{
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	white-space : nowrap;
}

#menu ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a 
{
	color : #000;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(/images/menu_item2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 110px;
	line-height: 26px;
	padding-top: 7px;
}

#menu ul li a:hover, #menu ul li a:active 
{
	background-image: url(/images/menu_item2.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 29px;
	width: 110px;
	line-height: 29px;
	padding-top: 4px;
}

#menu ul li.active a:hover, #menu ul li.active a:active, #menu ul li.active a:link, #menu ul li.active a:visited 
{
	background-image: url(/images/menu_item2.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 29px;
	width: 110px;
	line-height: 29px;
	padding-top: 4px;
	color: #B05128;
}

#left {
	clear: left;
	float: left;
	width: 180px;
	margin: 0 0 10px 0;
	padding: 0;
}

#left ul {
	list-style: none;
	width: 140px;
	margin: 0 0 20px 0;
	padding: 0;
}

#left li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #222222;
	display: block;
	border-top: 2px solid rgb(173,207,234);
	padding: 3px;
}

#left li a:hover {
	background: rgb(238,244,249);
	color: #222222;
	border-top: 2px solid #555555;
}