BODY {
	color : #FFFF99;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/back.gif);
	margin: 0px 0px 0px 0px;
	background-color: #778899;
}

.LargeFirst {
	font-size: larger;
	font-weight: bold;
}

.PDQ{
	background-color: #FFCC00;
	color: Maroon;
	text-align: center;
	vertical-align: middle;
	
}
.PDQHeader{
	background-color: #8B0000;
	color: #FFD700;
	text-align: center;
	vertical-align: middle;
	
}
.LSideMenuTD{
	background-color: Navy;
	color : #F0E68C;
	background-image:URL(../images/sidebar.jpg);
	text-align: center;
}

.Blue {
	background-color: Navy;
	color : #F0E68C;
}

TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
H1 {
	font-size: 15px;
	color: #5F9DA0;
	font-weight: bold;
}

H2 {
	font-size: 13px;
	color: Aqua;
	}

H3 {
	font-size: 12px;
	color: #7FFFD4;
}

H4 {
   font-size: smaller;
	font-variant: small-caps;
	font-weight: bold;
	}

A.LSideMenu{
	text-decoration: none;
	color: aqua;
	font-size: 13px;
	background: Navy;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 5px 5px 5px;
}
A {
	text-decoration: none;
	color: #00FF82;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 2px;
}
