@charset "utf-8";
/* CSS Document */


br{
	font-family:Verdana;
	font-size:10px;
}

body{
	margin:0px;
	background-image:url(images/body_bg.jpg)
}

.leftmargin{
	width:170px;
}

.rightmargin{
	width:170px;
}

.imgborder{
	border-style:none;
}

.centremargin{
	width::650px;
}

#container{
	height:100%;	
}

.leftbg{
	background-image:url(images/left_bg.jpg);
	background-repeat:repeat-y;
	width:173px;
}


.rightbg{
	background-image:url(images/right_bg.jpg);
	background-repeat:repeat-y;
	width:173px;
}

.norepeat{
	background-repeat:no-repeat;
}

.content{
	font-family:Verdana;
	font-size:10px;
	color:#fbfbfb;
}

.contentyellow{
	font-family:Verdana;
	font-size:10px;
	color:#fff500;
}

.highlight{
	font-family:Verdana;
	font-size:10px;
	color:#fff500;
}

.heading{
	font-family:Verdana;
	font-size:13px;
	color:#fff500;
}

.heading1{
	font-family:Verdana;
	font-size:13px;
	color:#fc5f00;
}

.tablebpadbot{
	padding-bottom:5px;
}

a:link{
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	color:#fc5f00;
}

a:hover{
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	color:#fff500;
}

a:visited{
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	color:#fff500;
}

A.bodylink:link {
	COLOR: #fc5f00;
}
A.bodylink:hover {
	COLOR: #fff500;
}
A.bodylink:visited {
	COLOR: #fff500;
}
