/* Default style for links */
/*                         */
a:link    { color: #3366CC; text-decoration: none}
a:visited { color: #3366CC; text-decoration: none}
a:hover   { color: #3366CC; text-decoration: underline}
a:active  { color: #0000CC; text-decoration: none}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

/* Page Header */
.PageTopic {
	font-size: 16px;
	font-weight: bold;
	color: #3366cc;
}


/* Topic Header */
.h2
{
	font-size: 12px;
	font-weight: bold;
}

.warning {
	font-size: medium;
	color: #FF0000;
}
