body {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

td.menu_space {
	width: 99%;

	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #cccccc;

	background-color: #eeeeee;
	background-image: url(img/menu_bg_01.jpg);

}

td.menu_normal {
	width: 1%;

	font-family: Arial;
	font-size: 10px;
	color: #333333;
	
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #cccccc;

	background-color: #eeeeee;
	background-image: url(img/menu_bg_01.jpg);
	
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;

	text-align: center;
}

td.menu_selected {
	width: 1%;

	font-family: Arial;
	font-size: 10px;
	color: #333333;

	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #cccccc;

	background-color: #ffffff;
	background-image: url();
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;

	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;

	text-align: center;
}

td.listing_header {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #cccccc;
}

td.listing_item {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}

table.footer {
	
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;

	background-color: #ffffff;
	background-image: url(img/footer_bg_01.jpg);
	
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;

}

div.feature {
	width: 601px;

	margin-left: 0px;

	padding: 0px;

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #cccccc;

	background-color: #eeeeee;
	background-image: url();
	
}

p {text-align: justify;}

a {color: #333333;font-size: 12px;text-decoration: none;}
a:link {color: #333333;font-size: 12px;text-decoration: none;}
a:visited {color: #333333;font-size: 12px;text-decoration: none;}
a:active {color: #0082ea;font-size: 12px;text-decoration: none;}
a:hover {color: #0082ea;font-size: 12px;text-decoration: none;}

a.menu {color: #333333;font-size: 10px;text-decoration: none;}
a.menu:link {color: #333333;font-size: 10px;text-decoration: none;}
a.menu:visited {color: #333333;font-size: 10px;text-decoration: none;}
a.menu:active {color: #0082ea;font-size: 10px;text-decoration: none;}
a.menu:hover {color: #0082ea;font-size: 10px;text-decoration: none;}

h1 {font-size: 14px;color: #333333;text-align: left;width: 100%;border-width: 0px 0px 1px 0px;border-style: dotted;border-color: #cccccc;}
h2 {font-size: 14px;color: #0082ea;text-align: left;width: 50%;border-width: 0px 0px 1px 0px;border-style: dotted;border-color: #cccccc;}

hr {height:1px;width:90%;border-width:0;color: #dddddd;background-color: #dddddd;}

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: #eeeeee; 
	font-family: arial, verdana, sans;
	font-size: 12px; 
	color: #000000;
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
}

textarea {
	background-color: #eeeeee; 
	font-family: arial, verdana, sans;
	font-size: 12px; 
	color: #000000;
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
}

option {
	background-color: #eeeeee; 
	font-family: arial, verdana, sans;
	font-size: 12px; 
	color: #000000;
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
}


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;
}


	







