/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */

BODY {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : justify;

background : url(images/bg.gif) repeat;
}

A {
font-size : xx-small;
	color : Black;
	text-decoration : none;
}

A:HOVER {
color : #988344;
	text-decoration : none;

}
	#discription{
	visibility : hidden;
	top : -250px;
	left : 700px;
	position : absolute;
}
h1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : normal;
	text-align : left;
	color : #005045;
}
h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : #005045;
}
h3{
	color : #005045;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : justify;
	font-weight : normal;

}
p{
	color : #005045;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : justify;
	font-weight : normal;
}
h4{
	color : #470074;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	font-weight : bold;
		
}

h5{
	color : #005045;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : right;
	font-weight : normal;
}
h6{
	color : #005045;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : right;
	font-weight : normal;

}
th{
	background-image : url(images/menu-bot.gif);
	background-position : bottom;
	background-repeat : no-repeat;
}
tr{
	color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : justify;
	font-weight : normal;
	border : none;
	vertical-align : top;
}

td{
	text-align : left;
}

