body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;

	background-color: #ffffff;
	background-image: url(img/bg_00.jpg);
	background-attachment: relative;
	background-position: top left;
	background-repeat: repeat-x;

	font-family: arial, verdana, sans;
	font-size: 14px;
	color: #000000;
}

div.main {
	position: static;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	width: 960px;

	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #000000;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	background: transparent;
}

div.banner {
	position: static;

	margin-top: 35px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	width: 960px;

	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #000000;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	background: transparent;
}

div.menu {
	position: static;

	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	width: 960px;

	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #000000;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	background: transparent;

	text-align: center;
}

div.leftbox {
	position: relative;

	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	width: 958px;

	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #000000;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	background: transparent;
		
	text-align: left;
}

div.footer {
	position: static;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	width: 960px;

	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #000000;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	background-color: #ffffff;
	background-image: url(img/bg_10.jpg);

	clear: both;
}

a {color: #ffffff; font-weight: bold; text-decoration: none;}
a:link {color: #ffffff; font-weight: bold; text-decoration: none;}
a:visited {color: #ffffff; font-weight: bold; text-decoration: none;}
a:hover {color: #000000; font-weight: bold;}

a.alt {color: #000000; font-weight: bold; text-decoration: none;}
a.alt:link {color: #000000; font-weight: bold; text-decoration: none;}
a.alt:visited {color: #000000; font-weight: bold; text-decoration: none;}
a.alt:hover {color: #8ebd98; font-weight: bold;}

p {text-indent: 0px; text-align: left; margin: 5px;}

h1 {font-size: 24px; font-weight: bold; color: #333333; text-align: left; width: 100%; background-image: url(img/bg_10.jpg); margin: 0px; text-indent: 10px; border-width: 0px 0px 1px 0px; border-style: solid; border-color: #333333;}
h2 {font-size: 16px; font-weight: bold; color: #333333; text-align: left; width: 250px; background-image: url(img/bg_10.jpg); margin-left: 40px; text-indent: 10px; border-width: 0px 0px 1px 0px; border-style: solid; border-color: #333333;}

strong {font-weight: bold;}

ol {list-style-type: upper-roman;}
ol ol {list-style-type: upper-alpha;}
ol ol ol {list-style-type: lower-alpha;}
ol ol ol ol {list-style-type: disc;}

img {border: 0px;}

input {
	background-color: #ffffff; 
	font-family: arial, verdana, sans;
	font-size: 12px; 
	font-weight: bold;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}

textarea {
	background-color: #ffffff; 
	font-family: arial, verdana, sans;
	font-size: 12px; 
	font-weight: bold;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}

option {
	background-color: #ffffff; 
	font-family: arial, verdana, sans;
	font-size: 12px; 
	font-weight: bold;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}


form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}