body{
	font-family: Arial;
	font-size: 12px;
}
td{
	font-family: Arial;
	font-size: 12px;
}
.menuleft{
	border-bottom: solid #901C76;
	font-family: Arial;
	font-size: 12px;
}
.menulink{
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	padding-left: 15px;
}
.menulinkred{
	color: #cc0000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	padding-left: 15px;
}
.footer{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	background-color: #901E78;
	margin-bottom: 0px;
}
#article {
clear: both;
}

#article img{
    float:left;
    padding: 0px 20px 20px 0px;
    margin: 0px 20px 20px 0px;
}

.contentcell{
	padding-bottom: 30px;
	padding-left: 15px; 
	padding-top: 30px;
	text-align: justify;
	line-height: 1.2;
}

.contentcell h1{
	text-align: left;
    color: #333;
    font-size: 15px;
	line-height: 1.0;
}

.even{
	background: #EEEEEE;
}
.odd{
	background: #FFFFFF;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.header{
	font-size: 13px;
	font-weight: bold;
	background-color:#eee;
	padding: 10px 0px 10px 0px;
	
}

.header #h2{
	font-size: 13px;
	font-weight: bold;
}


a.headerlink:link, a.headerlink:visited, a.headerlink:active, a.headerlink:hover{
		color: #000;
        text-decoration: none; 
        FONT-SIZE: 13px;
		font-weight: bold;
}


a.newslink:link, a.newslink:visited, a.newslink:active, a.newslink:hover{
		color: #006;
        text-decoration: none; 
        FONT-SIZE: 12px;
}

table.newstable {
	border-left: 1px dashed #666;
}

table.newstable h3{
	margin: 0px;
	padding: 0px;
}

td.keytheme, td.keythemeleft {
		color: #444;
        FONT-SIZE: 11px;	
		text-align: justify;
		vertical-align: top;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
}

td.keytheme a, td.keythemeleft a{
		color: #008;
		font-weight: bold;
        FONT-SIZE: 12px;	
}


td.keytheme{
	border-left: 1px dashed #666;
}


p.topichead, p.topicheadnopadding, p.topicheadred {
    font-size: 18px;
    font-weight: bold;
    color: #2c2d29;
}

p.topicheadnopadding {
    padding: 0px;
}

p.topichead, p.topicheadred{
    padding: 20px 0px 0px 0px;
}

p.topicheadred {
    color: #ff0000;
}

#questions-even a, #questions-odd a{
    font-weight: bold;
    text-decoration: none;
    color: #1f4d78;
}

#questions-even a:hover, #questions-odd a:hover{
    color: #3f7da8;
}

#questions-even, #questions-odd {
    padding: 10px 10px 20px 10px;
} 

#questions-even{
    background-color: #f8e8f5;
}

#questions-odd{
    background-color: #fff;
}

#question {
    background-color: #f8eaf5;
    padding: 10px;
}

#answer {
    padding: 10px;
}


