html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
p,ul,ol,dl,li,dd,dd,td,th {
	font-size: 12px;
	}
p {
	margin: 12px 0;
	text-align: justify;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #F00505;
	margin: 12px 0;
	font-weight: normal;
	}
h1 {
	font-size: 20px;	
	}
h2 {
	font-size: 18px;		
	}
h3 {
	font-size: 17px;		
	}
h4 {
	font-size: 16px;		
	}
h5 {
	font-size: 15px;		
	}
h6 {
	font-size: 14px;		
	}
a {
	color: #436EBE;
	text-decoration: none;
	border-bottom: 1px solid #436EBE;
	}
a:visited {
	color: #8095BD;
	border-bottom: 1px solid #8095BD;
	}
a:hover, a:active {
	color: #F00505;
	border-bottom: 1px solid #F00505;
	}
i,b,em,strong {
	color: #436EBE; 
	}

/* Text blocks */

.pageText blockquote, #tinymce blockquote {
	background: url(bg_blockquote_1.gif) no-repeat;
	padding-left: 35px;
	margin-left: 0;
	font-style: italic;
	}
.pageText IMG, #tinymce IMG { 
	display: block;
	border: 2px solid #CDCDCD;
	}
.pageText TABLE TD, #tinymce TABLE TD,
.pageText TABLE TH, #tinymce TABLE TH { 
	padding: 5px;
	}
TABLE.bordered, TABLE.underlined {
	border-collapse: collapse;
	border-spacing: 0;
	}
TABLE.bordered TH, TABLE.underlined TH {
	color: #8D8D8D;
	}
TABLE.bordered TD, TABLE.bordered TH {
	border: 2px solid #CDCDCD;
	}
TABLE.underlined {
	border-top: 2px solid #CDCDCD;
	}
TABLE.underlined TD, TABLE.underlined TH {
	border-bottom: 2px solid #CDCDCD;
	padding: 5px 10px 5px 0;
	}
IMG.left {
	float: left;
	margin-right: 10px;
	}
IMG.right {
	float: right;
	margin-left: 10px;
	}
A.popupPic {
	}
