body{
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px;
   background-color: #262626;
   background-image: url(images/BG.gif);
   background-attachment:fixed;
   background-position: 50%;
   background-repeat: repeat-y;
}

h1{
	font-family: arial;
	font-size: 10pt;
	color: acacac;
	font-weight: 900;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
h2{
	font-family: arial;
	font-size: 10pt;
	color: acacac;
	font-weight: 900;
	text-align: right;
	margin: 0px 0px 0px 0px;
}
h3{
	font-family: arial;
	font-size: 16pt;
	color: 404040;
	text-align: left;
	margin: 20px 0px 10px 0px;
}
h4{
	font-family: arial;
	font-size: 14pt;
	color: 404040;
	text-align: left;
	padding: 5px 0px 10px 5px;
}

table{
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: 555555;
	margin: 0px 0px 0px 0px;
}

p{
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: 555555;
}
	sub{
	font-family: arial;
	font-size: 10pt;
	font-weight: 900;
}

a:link {text-decoration: none; color: 787878;}
a:visited {text-decoration: none; color: 787878}
a:active {text-decoration: none;}
a:hover {text-decoration: none; color: 2b2b2b;}

p.date {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: 787878;
}

p.foot {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: 787878;
	padding: 0px 0px 0px 15px;
}



/*---- WideWindow ----*/

.WideWindow{
	width: 600;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}

.WideWindow div.Header{
	background: url(/images/BigHead.gif) no-repeat;
	width: 600px;
	height: 19px;
	text-align: left;
}

.WideWindow div.Content{
	padding: 10px 0px 0px 0px;
	background: url(/images/BigMid.gif) 0 0 repeat-y;
	text-align: left;
}

.WideWindow div.CloseWindow{
	background: url(/images/BigBot.gif) no-repeat left top;
	width: 600px; 
	height: 17px;
	text-align: right;
}

.WideWindow h1{
	font-family: arial;
	font-size: 10pt;
	color: 4e4e4e;
	font-weight: 900;
	text-align: left;
	padding: 3px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.WideWindow p{
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: 555555;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.WideWindow sub{
	font-family: arial;
	font-size: 10pt;
	font-weight: 900;
	padding: 0px 10px 0px 10px;
}


/*---- ThinWindow ----*/

.ThinWindow {
	width: 258px;
	overflow: hidden;
}

.ThinWindow p{
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: 555555;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.ThinWindow h1{
	font-family: arial;
	font-size: 10pt;
	color: 4e4e4e;
	font-weight: 900;
	text-align: left;
	padding: 3px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
}

.ThinWindow div.Header{
	background: url(images/NoticeHead.gif) no-repeat;
	text-align: left;
	width: 258px;
	height: 19px;
}


.ThinWindow div.Content{
	padding-top: 10px;
	background: url(images/NoticeMid.gif) repeat-y;
	text-align: left;
	overflow:hidden;
}


.ThinWindow div.CloseWindow{
	background: url(images/NoticeBot.gif) no-repeat;
	width: 258px;
	height: 17px;
	text-align: right;
}


#DividerWide{
	background: url(/images/Divider.gif) 0 0 repeat-x;
	margin: 10px 15px 0px 15px;
	width: 570px;
	height: 3px;
}

/*---- Layout ----*/

#Wrapper{
	background-color: #FFFFFF;
	width: 910px;
	overflow: hidden;
}

#RightBar{
	margin: 260px 10px 20px 10px;
	float: right;
	width: 260px;
	overflow: hidden;
}

#LeftBar{
	margin: 260px 0px 20px 30px;
	text-align: left;
	float: left;
	width: 600px;
	overflow: hidden;
}

.Footer{
	text-align: left;
	width: 910px;
	height: 200px;
	background: url(images/BG_Footer.jpg) repeat-x left top;
	background-color: #353535;
	overflow: hidden;

}
.Footer div.Content{
	margin: 10px 0px 0px 0px;
}
