body
{ 

margin: 5 0 0 0;
scrollbar-face-color: black;
scrollbar-arrow-color: white;
scrollbar-track-color: white;
scrollbar-shadow-color: gray;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: gray;
scrollbar-darkshadow-Color: gray;
font-family: Arial,New Times Roman,Sans-Serif,Verdana;  
color: black;
	background-color: #CFCFCF;

}

h1
{
font-size: 30px; 
color: #000080;
text-align: center; 
background-color: transparent;
padding: 0 0 0 0;
text-indent: 0px;
letter-spacing: +0px;
margin: 10 0 0 0;
font-style: NORMAL;
line-height: 116%;
text-indent: 0px;
}
h1 a
{
text-decoration: none;
}

h2
{
font-size: 22px; 
color: red;
text-align: center; 
background-color: transparent;
padding: 0 0 0 0;
text-indent: 0px;
letter-spacing: +0px;
margin: 10 0 0 0;
font-style: NORMAL;
line-height: 116%;
text-indent: 0px;
}

.fish
{
border: none;
width: 150px;
border-color: black;
border-width: 1px;
background-color:black;
text-align: left;
padding-left: 0px;
color: red;

}
.fish a
{
border-bottom: solid;
border-top: none;
border-right: none;
border-left: none;
width: 150px;
border-color: white;
border-width: 2px;
background-color:black;
text-align: center;
padding-left: 1px;
color: red;
font-weight: bold;

}

.fish a:hover
{
color: black;
background-color:silver;
font-weight: bold;

}
.bord
{
border: solid;
border-color: black;
border-width: 2px;
}


.paraj
{
line-height: 130%;
font-size: 18px; 
margin: 11 0 0 0;
font-weight: normal;
color: black;
text-align: justify;
padding: 0 10 0 10;
}
.parac
{
line-height: 130%;
text-align: center;
font-size: 18px; 
margin: 11 0 0 0;
font-weight: normal;
color: black;
padding: 0 10 0 10;
align: center;
}
.parac a
{
text-decoration: none;
color: black;
}

.big
{
line-height: 130%;
text-align: center;
font-size: 22px; 
margin: 0 0 0 0;
font-weight: normal;
color: black;
padding: 0 0 0 0;
text-decoration: none;
}
.bigger
{
line-height: 130%;
text-align: center;
font-size: 28px; 
margin: 0 0 0 0;
font-weight: normal;
color: black;
padding: 0 0 0 0;
text-decoration: none;
}

.medium
{
line-height: 150%;
text-align: center;
font-size: 19px; 
margin: 0 0 0 0;
font-weight: normal;
color: black;
padding: 0 0 0 0;
align: center;
text-decoration: none;
}
.paral
{
line-height: 100%;
text-align: left;
font-size: 20px; 
margin: 11 0 0 0;
font-weight: normal;
color: black;
align: center;

}
.smallleft
{
line-height: 100%;
text-align: left;
font-size: 12px; 
margin: 0 0 0 0;
font-weight: normal;
color: black;
}
.myform
{
line-height: 100%;
text-align: right;
font-size: 12px; 
margin: 0 0 0 0;
font-weight: bold;
color: black;
}

.param
{
line-height: 116%;
text-align: left;
font-size: 20px; 
margin: 11 0 0 0;
font-weight: normal;
color: black;
align: center;

}

.para
{
line-height: 100%;
text-align: center;
font-size: 20px; 
margin: 11 0 0 0;
font-weight: bold;
color: black;
align: center;

}
.para a
{
text-indent: 0px;
margin: 7 0 0 0;
text-decoration: none;
color: blue;
}
.para a:hover
{
margin: 0 0 0 0;
text-decoration: underline;

}

.bottom
{
line-height: 116%;
text-align: center;
font-size: 11px; 
margin: 31 0 0 0;
padding: 0 30 0 30;
font-weight: bold;
color: black;
font-family: Verdana, Comic Sans MS,Arial,New Times Roman,Sans-Serif,Verdana;  

}


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	border: none:
	text-align: center;
	background-color:black;
border-color: black;
padding: 2 0 0 0;
margin: 0 0 0 0;
color: white;
text-decoration: none;
font-size: 12px;
font-weight: bold;
	width: 150px;

}
li a
{
color: white;
text-decoration: none;
	width: 150px;
	padding: 3 0 3 0;
}
li a:hover
{
color: beige;
text-decoration: underline;
	width: 150px;
	background-color: transparent;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.9em;
	left: 0;
	background-color: black;
		width: 150px;

}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	
}

#content {
	clear: left;
}


