body {
	background-color: #ffffff;
	margin-top: 18px;
	margin-left: 0px;
	font-family: trebuchet ms;
	font-size: 11px;
	color: #000000;
}
TD {
	font-family: trebuchet ms;
	font-size: 11px;
	color: #ffffff;
}

H1 {
	font-size: 16px;
	font-family:  trebuchet MS;
	font-weight: bold;
	color: #cdcc2e;
	display: inline;
}
H2 {
	font-size: 14px;
	font-family: trebuchet MS;
	font-weight: bold;
	color: #cdcc2e;
	display: inline;
}
H3 {
	font-size: 12px;
	font-family: trebuchet MS;
	font-weight: bold;
	color: #cdcc2e;
	display: inline;
}

a:link, a:active, a:visited, a:hover {
	font-family: trebuchet MS;
	font-size: 11px;
	color: #cdcc2e;
	text-decoration:underline;
}
.bCaps {
	font-family: trebuchet MS;
	font-size: 10px;
	color: #93c7c6;
	text-transform: uppercase;
	font-weight: bold;
}
.yCaps {
	font-family: trebuchet MS;
	font-size: 10px;
	color: #cdcc2e;
	text-transform: uppercase;
	font-weight: bold;
}
.yCaps a:link, .yCaps a:active, .yCaps a:visited, .yCaps a:hover {
	font-family: trebuchet MS;
	font-size: 10px;
	color: #cdcc2e;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:underline;
}
.yellow a:link, .yellow a:active, .yellow a:visited {
	font-family: trebuchet MS;
	font-size: 12px;
	color: #cdcc2e;
	font-weight: bold;
	text-decoration:none;
}
.yellow a:hover {
	font-family: trebuchet MS;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}
.credit {
	font-family: trebuchet MS;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
.credit a {
	font-family: trebuchet MS;
	font-size: 9px;
	color: #ffffff;
	text-decoration:underline;
}
.credit a:hover {
	font-family: trebuchet MS;
	font-size: 9px;
	text-decoration: underline;
	color: #ffffff;
}
.keys a {
	font-family: trebuchet MS;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.keys a:hover {
	font-family: trebuchet MS;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	cursor:text;
}

/* article */
.articleTitle{
	FONT-SIZE: 12px;
    font-family: tahoma;
	 FONT-WEIGHT: bold;
	COLOR: #000000;
}
.articleTitle A:Link{
	COLOR: #0855a2;
	Text-decoration : none;
}
.articleTitle A:Visited{
	COLOR: #0855a2;
	Text-decoration : none;
}
.articleTitle A:Hover{
	COLOR: #0855a2;
	Text-decoration : underline;
}
.articleTitle A:Active{
	COLOR: #0855a2;
	Text-decoration : none;
}

.articleDesc{
	FONT-SIZE: 11px;
    font-family: tahoma;
	 FONT-WEIGHT: normal;
	COLOR: #000000;
}

.articleLink {
	FONT-SIZE: 10px;
    font-family: tahoma;
	 FONT-WEIGHT: normal;
	COLOR: #0855a2;
	Text-decoration : none;
}

.articleLink A {
	FONT-SIZE: 10px;
     font-family: tahoma;
	 FONT-WEIGHT: normal;
	COLOR: #0855a2;
	Text-decoration : none;
}

.articleLink A:Hover{
	FONT-SIZE: 10px;
     font-family: tahoma;
	 FONT-WEIGHT: normal;
	COLOR: #0855a2;
	Text-decoration: underline;
}



/* end article*/

FORM { display:inline; }
.formField { 
	font-size:11px;
	color:#333333;
	border:1px solid #255789;
	font-family:Arial;
}
.formButton {
	font-size:11px;
	color:#333333;
	border:1px solid #255789;
	padding:3px;
}
