/* CSS Document */

.Topic {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
}
.topic-2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: 6699CC;
}
.feature {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.text {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #333333;
}

.menu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

A.menu:link  {
    color: #333333;
	text-decoration: none;
}

A.menu:hover {
    color: #0066cc;
	text-decoration:underline;
}

.topmenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

A.topmenu:link  {
    color: #333333;
	text-decoration: none;
}

A.topmenu:hover {
    color: #0066cc;
	text-decoration:underline;
}
.content {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-decoration:none
}


.contentlink {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #990000;
	line-height: 18px;
	text-decoration:none; 
	
}


.contentlink:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #990000;
	line-height: 18px;
	text-decoration:underline
}



.style1 {font-size: 13px}
.small-content {font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}
.style3 {	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.style6 {font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12px; color: #333333; line-height: 18px; font-weight: bold; }
.style7 {font-weight: bold}
.line {
	background-image: url(images/space.gif);
	background-repeat: repeat-x;
}
.Bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}


