﻿body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
    font-style: trebuchet ms;
    font-size: 13px;
    color: #000000;

}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    color: #6D7075;
}

.text2 {
    color: #D3D4D9;
}

a {
    color: #0000aa;
    text-decoration: none;
    font-weight: bold; 
}

a:hover {
	text-decoration: underline;
}

a.link1 {
    font-size: 10px;
    color: #818894;
    text-decoration: none;
}

a.link1:hover {
    text-decoration: underline;
}

.bg1 {
    background-image: url(images/index30.jpg);
    background-repeat: no-repeat;
    background-position: 579px 100%;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    color: #FFFFFF;
}

.style1 a {
    color: #FFFFFF;
	font-weight: normal;
}

.style1 a:hover {
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 13px verdana;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 90CBC2;
}


