/* CSS Document */
#container{width:710px; height:100%; overflow:hidden; margin: 0 auto}/*The Main Container that holds the page structure*/
#cntnt{ width:710px; height:100%; overflow:hidden; margin-top:2px}
#cntnt #top{height:6px; background:url(../imgs/cntnt-top.gif) no-repeat 0 0}
#cntnt #bdy{height:100%; overflow:hidden; background:url(../imgs/cntnt-bdy.gif) repeat-y; padding:0px 0px 0px 6px}
#cntnt #btm{height:8px; background:url(../imgs/cntnt-btm.gif) no-repeat 0 0}
body{font-family: Tahoma, Arial, Helvetica, sans-serif; color:rgb(95, 95, 95)}
body, div{font-size: 12px; line-height:14px}
body {background:rgb(243, 243, 243)}
/* \\\\\\\\\\\\\ Linnks \\\\\\\\\\\\\\\\\\\*/
a{
	font: normal;
	font-family: Times New Roman;
	font-size:13Px;
	TEXT-DECORATION: none;
	color: #f00000;
}
a:hover{
	TEXT-DECORATION: underline;}
/* \\\\\\\\\\\\\ Menu \\\\\\\\\\\\\\\\\\\*/
.MenuLink{
	font-family			:	tahoma;
	font-size			:	11px;
	font-weight			:	normal;
	color				:	#7D7E79;
	text-decoration		:	none;
}

.MenuLink:hover{
	text-decoration		:	underline;
}
.SectionTitle{
	font-family			:	tahoma;
	font-size			:	12px;
	font-weight			:	bold;
	color				:	#7D7E79;
	text-decoration		:	none;
}

.SubSectionTitle{
	font-family			:	tahoma;
	font-size			:	11px;
	font-weight			:	normal;
	color				:	#7D7E79;
	text-decoration		:	none;
}
