@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0 0 0 0;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.bg{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#B5DEFC;
	height:800px;
}

.left{
	background-image:url(images/left_shade.png);
	background-repeat:repeat-y;
	width:12px;
}

.right{
	background-image:url(images/right_shade.png);
	background-repeat:repeat-y;
	width:12px;
}

.right{
	background-image:url(images/right_shade.png);
	background-repeat:repeat-y;
	width:12px;
}

.top_bg{
	background-image:url(images/top_bg.png);
	background-repeat:repeat-x;
	height:208px;
}

.box_bot{
	background-image:url(images/link_box_b.png);
	background-repeat:repeat-x;
}

.box_right{
	background-image:url(images/link_box_r.png);
	background-repeat:repeat-y;
}

.links{
	color:#FFF;
}


.heading{
	font-size:16px;
	color:#036;
	font-weight:bold
}
	



