/* CSS Document */
<!--
body,td,th,p {
	font-family: Verdana;
	font-size: 12px;
	color: #0099CC;
}
body {
	background-color: #f2fafd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.top{
		border-color:#0099CC;
		border-style:solid;
		background-color:#FF3333;
		border-width:1px;
		font-family:Verdana;
		font-size:12px;
		color:#0066CC;
		font-weight:bold;
		}
.cells{
		border-color:#0099CC;
		border-style:dashed;
		background-color:#f2fafd;
		border-width:1px;
		font-family:Verdana;
		font-size:11px;
		color:#0099CC;
		}		
.addy{
		border-color:#0099CC;
		border-style:solid;
		background-color:#f2fafd;
		border-width:1px;
		font-family:Verdana;
		font-size:12px;
		color:#0099CC;
		}		
		
.parent{
	border-color: #0099cc;
	border-width: 1px;
	border-style: dotted;
}
.scripts {
	font-family: Verdana;
	font-size: 10px;
	color: #0099CC;
}


.HEADEER {
	font-family: Verdana;
	font-size: 16px;
	color: #FF0000;
}

.footerb {
	font-family: Verdana;
	font-size: 9px;
	color:#000066;
}

.ordering {
	font-family: Verdana;
	font-size: 10px;
	color:#ff0000;
	font-weight:bold;
}

.footerw {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
}
.footerlb {
	font-family: Verdana;
	font-size: 9px;
	color: #0099CC;
}
a {
	font-family: Verdana;
	font-size: 12px;
	color:#0099CC;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color:#0099CC;
}
a:visited {
	text-decoration: underline;
	color:#0099CC;
}
a:hover {
	text-decoration: none;
	color:#FF6600;
}
a:active {
	text-decoration: underline;
	color: #0099CC;
}
a.p {
	font-family: Verdana;
	font-size: 14px;
	color: #0099CC;
	font-weight:bold;
}
a:link.p {
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;	
}
a:visited.p {
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	color: #0099CC;
}
a:hover.p {
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	color:#FF3300;
}
a:active.p {
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	color: #0099CC;
}
a.current {
	font-family: Verdana;
	font-size: 12px;
	color:#FF0000;
	text-decoration: underline;
}
a:link.current {
	text-decoration: underline;
	color:#FF0000;
}
a:visited.current {
	text-decoration: underline;
	color:#FF0000;
}
a:hover.current {
	text-decoration: none;
	color:#0099CC;
}
a:active.current {
	text-decoration: underline;
	color: #FF0000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana;
}
h1 {
	font-size: 24px;
	color: #0099CC;
}
h2 {
	font-size: 22px;
	color: #0099CC;
}
h3 {
	font-size: 20px;
	color: #0099CC;
}
h4 {
	font-size: 18px;
	color: #0099CC;
}
h5 {
	font-size: 16px;
	color: #0099CC;
}
-->



