body
{
	margin: 0;
	padding: 0;
	background: transparent no-repeat 0px 0px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

body a
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: border;
	text-decoration: none;
	color: #303099;
}

body td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.jtext {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify; 
	text-justify: newspaper;
}

.btn1 {
	background: transparent url("../images/1btn.png");
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #ffffff;
	cursor: hand;
}

.btn2 {
	background: transparent url("../images/2btn.png");
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #ffffff;
	cursor: hand;
}

.btn3 {
	background: transparent url("../images/3btn.png");
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #ffffff;
	cursor: hand;
}

.whitebkg {
	background: transparent url("../images/white.png");
}

.Link {  
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	font-variant: normal; 
	text-transform: 
	capitalize; 
	color: #FFFFFF; 
	text-decoration: none;
	cursor: hand;
}

.Link1 { 
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	font-variant: normal; 
	text-transform: capitalize; 
	color: #006699; 
	text-decoration: none;
	cursor: hand;
}

#dropmenudiv{
position:absolute;
width: 180px;
height: 215px;
background:transparent url("../images/menu.png");
padding-top: 6px;
font:normal 12px Verdana;
line-height:38px;
z-index:100;
display:none;
}

#dropmenudiv a{
width: 100%;
border-bottom: 1px solid silver;
padding-left: 8px;
text-decoration: none;
font-weight: bold;
color: #333333
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 99CC99;
}