@charset "utf-8"; 
body {
	background-color: #eeeeee;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Calibri, Arial, Arial Black;
}
h1 {
	font-size: 16px;
	color: #000;
	font: Arial; 
	font-weight:normal; 
	line-height:normal;
}
h2 {
	font-size: 16px;
	color: #FFF;
	font: Arial; 
	font-weight:normal; 
	line-height:normal;
	margin:auto;
}
h3 {
	font-size: 14px;
	color: #00000;
	font: Arial; 
	font-weight:normal;
	margin:auto;
}
h4 {
	font-size: 16px;
	color: #00000;
	font: Arial;
	font-weight:bold;
	margin:auto;
	list-style-position: outside;
	list-style-image: url(../pics/buttons/BulletBlue.gif);
	list-style-type: none;
}
h5 {
	font-size: 20px;
	color: #000000;
	margin:auto;
	font:Arial;
	font-weight:normal;
	line-height:normal;
}
h6 {
	font-size: 20px;
	color: #FFFFFF;
	font: Arial; 
	font-weight:normal;
	line-height:normal; 
	margin:auto;
}

a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	color: #00adef;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color:#000000;
}
#MAIN_BODY a:link{
 color:#000;
}
#MAIN_BODY a:active{
 color:#000;
}
#MAIN_BODY a:visited{
 color:#000;
}
#MAIN_BODY a:hover{
 color:#FC0;

}
/* CSS Document */

.header {
	background:url(pics/BG/HEADER.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	height: 65px;
}
.LOGO {
	background:url(pics/BG/LOGO.png);
	background-repeat:repeat-y;
	background-position:center;
	background-position:center;
}
.body {
	background:url(pics/BG/BODY.png);
	background-repeat:repeat-y;
	background-position:center;
	background-position:center;
}
.FOOTER {
	background:url(pics/BG/FOOTER.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
}
.TABS {
	background:url(pics/BG/TABS.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	height: 25px;
}
.Bullet_Mouse {
	font-size: 16px;
	color: #00000;
	font: Arial;
	font-weight:bold;
	margin:auto;
	list-style-position: outside;
	list-style-image: url(../pics/buttons/BulletBlue.gif);
	list-style-type: none;
}
.WIDTH200 {
	width:200px;
	height:20px;
	border:solid;
	border-color:#CCC;
}
.WIDTH200-BUTTON {
	width:200px;
	height:28px;
	background-color: #FFF;
	border:solid;
	border-color:#CCC;
}
