@charset "utf-8";
/* CSS Document */

body{
	color:#000000;
	font-family:Avenir, Arial, Helvetica, Geneva, sans-serif;
	background-color: #000000;
	margin: 0px;
	font-size:12px;
}
td{
	font-family:Avenir, Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	font-size:12px;
}
h1{
	color:#e5322c;
	font-size:16px;
	margin-top:10px;
	margin-bottom: 10px;
}
h2{
	color:#707173;
	font-size:13px;
	margin-top:8px;
	margin-bottom: 8px;
	font-weight: bold;
}
li{
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align: top;
}
li.link{
	padding-left:25px;
	background-image: url("../../images/template/li.png");
	background-repeat: no-repeat;
	background-position:0px 6px;
}

li.first{
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
li.next{
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
li.firstlink{
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	
	padding-left:25px;
	background-image: url("../../images/template/li.png");
	background-repeat: no-repeat;
	background-position:0px 6px;
}
li.nextlink{
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	
	padding-left:25px;
	background-image: url("../../images/template/li.png");
	background-repeat: no-repeat;
	background-position:0px 6px;
}
a{
	color:#e5322c;
}
a.nocolor{
	color:#000000;
	text-decoration: none;
}
.left445{
	background-image: url("../../images/template/left_grad445.jpg");
	background-repeat: no-repeat;
	
}
.right{
	background-image: url("../../images/template/right_grad.jpg");
	background-repeat: no-repeat;
	
}
table{
	margin: 0px;
	padding: 0px;
}

#top{
	width:100%;
	height:55px;
	background-image: url("../../images/template/top.jpg");
}

#bottom{
	width:100%;
	height:341px;
	background-image: url("../../images/template/bottom.jpg");
	margin-bottom: 0px;
}
#content{
	background-color: #DDDDDD;
	padding: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#menu,div,object,embed,ul{
	padding: 0px;
	margin: 0px;
}
#footer{
	font-size: 9px;
	color:#DDDDDD;
}
#footer a{
	color:#DDDDDD;
}

