body {
	font-family	: Candara, Tw Cen MT, Tahoma, Franklin Gothic Book;
	font-size   : 13px;
	text-align	: left;
	background-color : #000066;
	background	: url(../img/rpt_vert.jpg) repeat-y;
	margin:0px;
	padding:0px;
}
table {
	/*font-family	: Candara, Tw Cen MT, Tahoma, Franklin Gothic Book;
	font-size   : 13px;*/
	text-align	: left;
}

.redTitleBar {
	font-family : Century Gothic , Franklin Gothic Book , tahoma, Tw Cen MT;
	height		: 30px;
	width		: 351px;
	font-size	: 14px;
	color		: #FFFFFF;
	background	: url(../img/red_gradient_bg.gif) repeat-x top left;
}
.pinkTitleBar {
	font-family	: Candara, Tw Cen MT, Tahoma, Franklin Gothic Book;
	height		: 29px;
	width		: 336px;
	font-size	: 14px;
	font-weight	: bold;
	color		: #FFFFFF;
	background	: url(../img/pink_dot_bg.gif) repeat-x top left;
}
.pageTitle {		
	font-family	: Cooper Std Black, Century Gothic, Tw Cen MT, Tahoma;
	font-size	: 14px;
	color		: #990000;
	font-weight : bold;
	text-decoration: none;
}
.subTitle {
	color:#92000d;
	font-weight:bold;
	text-decoration:none;	
	font-size:14px;
}
.date {
	color		: #333333;
}
.redLink {		
	font-family	: Cooper Std Black, Century Gothic, Tw Cen MT, Tahoma;
	font-size	: 11px;
	color		: #990000;
	text-decoration: none;
	font-weight : bold;
}
.redLinkMore {		
	font-family	: Cooper Std Black, Franklin Gothic Heavy, Tahoma, Georgia;
	font-size	: 11px;
	color		: #990000;
	font-weight : bold;
	text-decoration: none;
}
textarea {
	width		: 427px;
	height		: 122px;
	background-color:#d7d7d7;
	border		: 0px;
}
.selectedTag {
	float		: left;
	height		: 30px;
	background-color:#FFFFFF;
	text-align	: center;
}
.selectedTag a{
	color		: #000000;
	font-size	: 14px;
	text-decoration:none;
}
.otherTag {
	float		: left;
	height		: 24px;
	background-color:#990000;
	text-align	: center;
}
.otherTag a{
	color		: #FFFFFF;
	font-size	: 14px;
	text-decoration:none;
}
.selectedSubTag {
	float		: left;
	height		: 24px;
	background-color:#FFFFFF;
	text-align	: center;
}
.selectedSubTag a{
	color		: #000000;
	font-size	: 14px;
	text-decoration:none;
}
.otherSubTag  {
	float		: left;
	height		: 24px;
	background-color:#666666;
	text-align	: center;
}
.otherSubTag  a{
	color		: #FFFFFF;
	font-size	: 14px;
	text-decoration:none;
}
.footer{
	font-family	: Century Gothic , Candara, Tw Cen MT, tahoma;
	font-size	: 11px;
	color		: #FFFFFF;
	text-decoration:none;
}
.footer .copyright{
	font-family	: Tw Cen MT, Tahoma, Century Gothic;
	font-size	: 10px;
	color:#FFFFFF;
	text-decoration:none;
	font-style:italic;
}

/* rightnav */
.searchBox {
	width		: 135px;
	height		: 45px;
	background-color:#333333;
	text-align	:center;
}

.inputSearch {
	width			: 110px;
	height			: 19px;
	border			: 0px;
	color			: #333333;
	padding-top		: 7px;
	text-align		: center;
	background-color: #c2c2c2;
}
.rightNav {
	width		: 135px;
	background-color:#333333;
	padding-bottom:10px;
	color:		: #FFFFFF;
	text-align  : center;
}
.rightNav .list {
	text-align	: center;
	color		: #FFFFFF;	
	padding		: 5px 0px 5px 0px;
}
.rightNav .list a{  
	text-align	: center;
	color		: #ffffff;	
}
.rightNavBar {
	width	  	: 116px;
	height		: 26px;	
	font-size	: 14px;
	text-align:center;
	color		: #ffffff;
	background-color: #770000;
	/*background:url(../img/rightnav_bar.jpg) repeat-x top left;*/
}
.rightNavBar a {
	color		: #ffffff;
	text-decoration:none;
}
.rightNavLinkBar {
	width	  	: 116px;
	height		: 26px;	
	font-size	: 14px;
	text-align:center;
	color		: #FFFFFF;
	background-color: #990000;
}
.rightNavLinkBar a{
	color		: #FFFFFF;
	text-decoration:none;
}
.voteTop {
	width		: 135px;
	height		: 90px;
	text-align	: center;
	color		: #FFFFFF;
	background:url(../img/vote_bg_top.gif) repeat-x top left;
}
.voteBigText {
	font-size	: 14px;
}
.voteBottom {
	width		: 135px;
	height		: 143px;
	color		: #FFFFFF;
	text-align	: center;
	background:url(../img/vote_bg_bottom.gif) repeat-x top left;
}
.voteBottom .choice{
	padding		: 5px 0px 5px 0px;
}
.viewResult {
	color		: #FFFFFF;
	text-decoration:none;
}
.rightLink {
	width		: 135px;
	color		: #333333;
	text-align 	: center;
	background-color: #FFFFFF;
}
label {
	cursor		: pointer;
}
select {
	color 		 : #333333;
}
.clear {	
	clear:both;
	margin:0;
	padding:0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow:hidden;
}
a {
	color:#000000;
	text-decoration:none;
}
.textLink:hover{
	color : #0000000;
	text-decoration:underline;
}
.imglegend {
	color	: #92000d;
	padding:0px;
	margin:0px;
}