A, A:visited, A:hover, A:active { text-decoration: none; }

A.BlackLinks, A.BlackLinks:active, A.BlackLinks:visited, A.BlackLinks:link, A.BlackLinks:hover {
    color: #000000;
    text-decoration: none;
}  
A.WhiteLinks, A.WhiteLinks:active, A.WhiteLinks:visited, A.WhiteLinks:link, A.WhiteLinks:hover {
    color: #ffffff;
    text-decoration: none;
}  
Input, TextArea {
    BORDER-RIGHT: #6699cc 1px solid;
    BORDER-TOP: #6699cc 1px solid;
    BORDER-LEFT: #6699cc 1px solid;
    BORDER-BOTTOM: #6699cc 1px solid;
    FONT-FAMILY: "Verdana";
    FONT-SIZE:10pt;
}
.PageBorder {
	background-color: #000000;
}
.HHSBorder {
	 background-color: #ffd700;
	/* background-color: #c96548; */
	/* background-color: rgb(83,111,130)*/
}
.ITSBorder {
	/* background-color: #00bfff;*/
	background-color: #af143b;
}
.GDBorder {
	background-color: #de903c;
}
.WhiteBorder {
	background-color: #ffffff;
}

.Heading {
	font-family: Comic Sans Serif, Georgia, Trebuchet MS, Verdana;
	font-size: 12pt;
	font-weight: 800;
	color: #ffffff;
	text-align=center;
}
.HHSHeading {
	font-family: Comic Sans Serif, Georgia, Trebuchet MS, Verdana;
	font-size: 12pt;
	font-weight: 800;
	/* background-color: #8d9b94; */
	background-color: #000000;
	color: #ffffff;
	text-align=center;
}
.ITSHeading {
	font-family: Comic Sans Serif, Georgia, Trebuchet MS, Verdana;
	font-size: 12pt;
	font-weight: 800;
	background-color: #585289;
	color: #ffffff;
	text-align=center;
}
.GDHeading {
	font-family: Comic Sans Serif, Georgia, Trebuchet MS, Verdana;
	font-size: 12pt;
	font-weight: 800;
	background-color: #444d61;
	color: #ffffff;
	text-align=center;
}

.Content {
	font-family: Georgia, Comic Sans Serif, Verdana, Trebuchet MS;
	font-size: 8pt;
	color: #000000
}
.HHSContent {
	font-family: Georgia, Comic Sans Serif, Verdana, Trebuchet MS;
	font-size: 8pt;
	color: #000000;
	/* background-color: #fef1ae; */
	background-color: #d3d3d3;
	padding-left: 5px;
	padding-right: 5px;
}
.ITSContent {
	font-family: Georgia, Comic Sans Serif, Verdana, Trebuchet MS;
	font-size: 8pt;
	color: #000000;
	background-color: #b3c6d3;
	padding-left: 5px;
	padding-right: 5px;
}
.GDContent {
	font-family: Georgia, Comic Sans Serif, Verdana, Trebuchet MS;
	font-size: 8pt;
	color: #000000;
	background-color: #e7ce8f;
	padding-left: 5px;
	padding-right: 5px;
}

.List, .HHSList, .ITSList, .GDList, .AUList {
	font-family: Georgia, Comic Sans Serif, Verdana, Trebuchet MS;
	list-style-type: square;
}

/* Individual Sections Classes Are Defined Below */
/* Home Health Solutions */
.HHSFont {
	font-family: Georgia, Comic Sans Serif, Verdana, Trebuchet MS;
	font-size: 10pt;
	color: #000000;
}

/* IT Solutions */
.ITSFont {
	font-family: Georgia, Comic Sans Serif, Verdana, Trebuchet MS;
	font-size: 10pt;
	/* color: #191970; */
	color: #585289;
}

/* Graphic Design */
.GDFont {
	font-family: Georgia, Comic Sans Serif, Verdana, Trebuchet MS;
	font-size: 10pt;
	color: #444d61;
}

/* Contact Us, About Us, Clients */
.CUFont, .AUFont, .ClientFont {	
	font-family: Georgia, Comic Sans Serif, Verdana, Trebuchet MS;
	font-size: 10pt;
	color: #000000
}

/* START: CSS Buttons Style */
.cssbtn {
	display:inline; display:inline-block;
	width:50px;
	margin:0.2em; padding:1px;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	/* background:#cdf;*/
	/* color:#333; */
	border:1px solid black;
	vertical-align:middle;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}
.cssbtn[class] {
	width:auto;
	min-width:50px;
	}
.cssbtn strong {
	font-weight:bold;
	background:white;
	color:#06c;
	}
.cssbtn:hover { background:black; color:white }
.cssbtn:hover strong { background:#ccc; color:black; }

/* Examples
.btnw3c { background:#06c; color:white }
.btnxml { background:#f90; color:black }
.btnw4d { background:#090; color:white }
	.btnw4d strong { color:#090 }
.btnpwr { background:#006; color:white }
	.btnpwr strong { background:#ccf; color:#006 }
.btnauth { background:#dd9; color:black }
	.btnauth strong { background:#003; color:#ffc }
*/

.btnHHS { background:#ffd700; color: #000000; }
	.btnHHS strong { background:#000000; color:#ffffff; }
.btnITS { background:#af143b; color: #ffffff; }
	.btnITS strong { background:#585289; color:#ffffff }
.btnGD { background:#de903c; color: #ffffff; }
	.btnGD strong { background:#444d61; color:#ffffff }

/* For Fixed Width Buttons */
.var2 { width:120px }
.var2[class] { width:auto; min-width:120px }

.center { text-align:center }

/* END: CSS Buttons Style */