@charset "utf-8";

BODY {
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
H1 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}
DIV.MainBody {
	padding: 5px 5px 5px 15px;
}
.NewsTitle {
	font-weight: bold;
	color: #FF9933;
	/*background-color: #FF9933;*/
}
.NewsContent {
	vertical-align: top;
	text-align: left;
}

.SideMenu {
	color: #FF9933;
	white-space: nowrap;
	font-weight: bold;
/*	background-color: #FF9933;
*/}

LI.SideMenu {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 10px;
}

A.SideMenu {
	text-decoration: none;
}

A.SideMenu:vlink {
	color: #FF9933;
	text-decoration: none;
}

A.SideMenu:hover {
	font-weight: bold;
	text-decoration: none;
}
.SectionTitle {
	font-size: 14pt;
}
.TestimonialBody {
	font-style: italic;
	font-weight: normal;
}
.TestimonialSignature {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	white-space: nowrap;
}
.RequiredField {
	font-weight: bold;
}
.ComputerHelpRequestSectionTitle {
/*	font-size: 12pt;
*/	font-style: italic;
	border-bottom: 1px solid #CCCCCC;
}
.ComputerHelpRequestSectionLeftBorder {
	border-left: 1px solid #CCCCCC;
}
.ComputerHelpRequestSectionTopBorder {
	border-top: 1px solid #CCCCCC;
}

