/* CSS Document */

.main_cell {
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	list-style-type: decimal;
	border: none;
	text-align: justify;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #0066CC;
	text-decoration: underline;
}

.h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #FF9933;
}

.h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}

.h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #3399FF;
	font-style: italic;
}

.h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC66;
	font-style: italic;
}

.cellh {
	text-decoration: none;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #0066CC;
	border-bottom-color: #999999;
	border-left-color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: none;
	color: #0066CC;
	background-color: #eeeeee;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	text-align: left;
}

.cellbl {
	text-decoration: none;
	padding: 2px;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	border: thin none;
}

.cellbl2 {
	text-decoration: none;
	border-top-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}

.cellbl3 {
	text-decoration: none;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #0066CC;
	border-left-color: #0066CC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	border-top-color: #999999;
}

.cell3 {
	text-decoration: none;
	padding: 2px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EEEBDA;
	border-right-color: #EEEBDA;
	border-bottom-color: #EEEBDA;
	border-left-color: #EEEBDA;
	background-color: #7A0805;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 9pt;
	font-weight: bold;
	color: #EEEBDA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* .cell_rigside {
	padding: 5px;
	background-image: url(Images/bc2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.cell_lefside {
	padding: 5px;
	background-image: url(Images/bc1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.cell_bot {
	padding: 5px;
	background-image: url(Images/bc3.jpg);
	background-repeat: repeat-x;
	background-position: right top;
} */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9933;
	font-style: normal;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #FF9900;
	font-style: normal;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	background-color: #eeeeee;
	padding: 4px;
	border-top: thin none;
	border-right: thin none #0066CC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #0066CC;
	color: #CCCCCC;
}

.menu a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #0066CC;
	text-decoration: none;
}

.menu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #FF9933;
	text-decoration: underline;
}

.menu a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #0066CC;
	text-decoration: none;
}

.bot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	background-color: #eeeeee;
	border-top: thin solid #999999;
	border-right: none #999999;
	border-bottom: none #999999;
	border-left: none #999999;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #CCCCCC;
}

.bot a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #0066CC;
	text-align: center;
	border: 1pt none #EEEBDA;
}

.bot a:hover{
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #FF9933;
	text-decoration: underline;
	text-align: center;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bot a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #7F7B64;
	text-decoration: none;
}

.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	padding-top: 3pt;
	padding-bottom: 3pt;
}

.tablehead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-align: left;
	padding-top: 3pt;
	padding-bottom: 3pt;
}

.tablehead3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFCC66;
	text-align: left;
	padding-top: 3pt;
	padding-bottom: 3pt;
}

.tablerow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

.tableregrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border: thin solid #CCCCCC;
}

.tableisrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}h1 {
	font-size: 2em;
	text-align: center;
}
.cellbl4 {

	text-decoration: none;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	border-top-color: #999999;
}
