/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}
-->

.headings{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#444444;
}

#form{
	width:150px;
	margin-left: 12px;
}

#middle{
background-image:url(images/middle.gif);
background-repeat:repeat-x;
background-color:#444444;
}
#borderright{
background-image:url(images/border-right.jpg);
background-repeat:repeat-y;
background-position:right;
background-color:#FFFFFF;

}
#borderrighttop{
background-image:url(images/body-topbg-right.jpg);
background-repeat:no-repeat;
background-position:right;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
.style1 {
	color: #666666;
	font-size: 11px;
}
a:link {
	color: #02A9EF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #02A9EF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #02A9EF;
}

.bottom:link {
	color: #666666;
	text-decoration: none;
}
.bottom:visited {
	text-decoration: none;
	color: #666666;
}
.bottom:hover {
	text-decoration: none;
	color: #02A9EF;
}
.bottom:active {
	text-decoration: none;
	color: #666666;
}

