.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #336699;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #33CCFF;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333399;
}

#elect_nav a:link, #elect_nav a:visited, #elect_nav a:hover, #elect_nav a:active {
	text-decoration: none;
	}

#elect_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #D2EEFF;
	text-decoration: none;
}

.img_left {
	float: left;
	width: 200px;
	margin-left: 50px;

	background-color:#
	 ;
	background: none;
}
.img_right {
	float: right;
	width: 200px;
	margin-right: 10px;
	background-color:#;
}

/* table style */

.tabloid table {
	border: 1px solid #999;
	padding: 10px;
	border-collapse: collapse;
	}
	
.tabloid table td, .tabloid table th {
	border: 1px solid  #999;
	padding: 10px;
	text-align: center;
	}

.tabloid table th {
	background-color: #EAEAEA;
	}
	
.red { background-color: #FF0000; font-weight: bold; font-style:italic;}
.blue { background-color: #0066FF; font-weight: bold; font-style:italic;}
.black { background-color: #000000; font-weight: bold;font-style:italic; color: #fff; }
.orange { background-color: #FF0000; font-weight: bold;font-style:italic; }
.green { background-color: #00FF00; font-weight: bold; font-style:italic;}
.orange { background-color: #FF6600; font-weight: bold;font-style:italic; }
.yellow { background-color: #FFFF00; font-weight: bold; font-style:italic;}
.tan { background-color: #FFCC99; font-weight: bold;font-style:italic; }
.mauve { background-color: #CC99FF; font-weight: bold; font-style:italic;}
.gray { background-color: #999999; font-weight: bold; font-style:italic;}

textarea { border: 1px solid #000; color: #000; padding: 10px; }
input { border: 1px solid #000; color: #000; }

