@charset "utf-8";
/* CSS Document */

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	text-decoration: underline;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
}
.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
    text-decoration: underline;
}
.h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099cc;
	font-weight: bold;
}
.hr {
	color: #999999;
	background-color: #999999;
	border: 1px dotted #ffffff;
	border-style: none none dotted;
}
.hr2 {color: #fff; background-color: #fff; border: 1px dotted #0099cc; border-style: none none dotted; 
}
.hr3 {color: #333333; background-color: #333333; border: 1px dotted #ffffff; border-style: none none dotted; 
}

A.menu:link { COLOR: #666666; TEXT-DECORATION: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
A.menu:visited { COLOR: #666666; TEXT-DECORATION: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
A.menu:hover { COLOR: #66cccc; TEXT-DECORATION: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
A.menu:active { COLOR: #666666; TEXT-DECORATION: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

A.readmore:link {
	COLOR: #ffff00;
	TEXT-DECORATION: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.readmore:visited { COLOR: #ffff00; TEXT-DECORATION: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px }
A.readmore:hover {
	COLOR: #0185CD;
	TEXT-DECORATION: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.readmore:active { COLOR: #ffff00; TEXT-DECORATION: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

#LeftDiv {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ffffff;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	text-align: justify;
}

#RightDiv {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	text-align: justify;
}

.table {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}

.table2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}