A  {
	text-decoration : underline;
	color : black;
}

A:Visited  {
	color : black;
	text-decoration : underline;
}

A:Active  {
	color : black;
	text-decoration : underline;
}

A:Hover  {
	color : black;
	text-decoration : underline;
}

body  {
	background-color : #FBF9E3;
	background-repeat : repeat-y;
}

.content  {
	font-size : 12px;
	font-family : Verdana, Helvetica, Arial;
	font-weight : normal;
	font-style : normal;
	color : #383838;
	line-height : 14px;
	text-align : left;
}

.contentRed  {
	font-size : 12px;
	font-family : Verdana, Helvetica, Arial;
	font-weight : normal;
	font-style : normal;
	color : #FF0000;
	line-height : 14px;
	text-align : left;
}

body2  {
	background-color : #FBF9E3;
	background-image : url(img/BG_nav.gif);
	background-repeat : repeat-y;
}

.title  {
	font-size : 12px;
	font-family : Verdana, Helvetia, Arial;
	font-weight : bold;
	font-style : normal;
	color : #383838;
	line-height : 14px;
	text-align : left;
}

.subtitle  {
	font-size : 10px;
	font-family : Verdana, Helvetia, Arial;
	font-weight : bold;
	font-style : normal;
	color : #383838;
}

