body {
	background-image: url(../images/websiteimages/backgroundbg.jpg);
	font-family: Tahoma, "Times New Roman", serif;
	font-size: 12px;
}

/* ----- BASIC ELEMENTS AND FONTS ----- */

/* ----- FONTS ----- */

a:link {color : #000000;
text-decoration : none;}
a:visited {color : #000000;
text-decoration : none;}
a:active {color : #000000;
text-decoration : none;}
a:hover {color :#000000;
text-decoration : underline;}

/* ----- STYLES ----- */

.style1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	font-size: 12px;
	font-family: Tahoma;	
}
.style3 {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}

/* ----- DROPDOWN DIVISION FOR MENU ----- */

#dropmenudiv{position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:15px;
z-index:100;}
#dropmenudiv a{width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;}
#dropmenudiv a:hover{background-color: #a2a0c8;
font-color: #010066;}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
