/*  Styles for Admin Side */

a:link {
	color : #CC9933;
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
}/* Link  */
a:active {
	color : #CC9933;
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
}/* Active Link */
a:visited {
	color : #CC9933;
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
}/* Visited Link */
a:hover {
	color : #FF6600;
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
}/* Hover Link */

.pagetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	color : #663300;
	font-weight : bold;
	font-variant : normal;
	letter-spacing : 2px;
	word-spacing : 10px;
}/* Page Title Style */

.subtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #663300;
	font-weight : bold;
	font-variant : normal;
	vertical-align : middle;
}	/* Page Title Style */

.smallTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #663300;
	font-weight : bold;
}	/* Small Title */

.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black
}	/* Content Style */
.contentbold {font-family : arial;font-size : 10pt;color : black;font-weight : bold;}	/* Same as Content except it is bold */
.contentitalic {font-family : arial;font-size : 10pt;color : black;font-style : italic;font-weight : bold;}	/* Same as Content except it is italic and bold */

.polltitlecontent {
	font-family : arial;
	font-size : 10pt;
	color : White;
	text-align : center;
}	/* Poll Title Content */
.pollcontent {
	font-family : arial;
	font-size : 8pt;
	color : White;
	text-align : left;
}	/* Poll Content  */
.pollclose {
	font-family : arial;
	font-size : 10pt;
	color : Black;
}   /* Poll Links  */
.pollclose a:link {
	color : Black;
	font-family : arial;
	font-size : 10pt;
	text-decoration : none;
}		/* Link  */
.pollclose a:active {
	color : Black;
	font-family : arial;
	font-size : 10pt;
}	/* Active Link */
.pollclose a:visited {
	color : Black;
	font-family : arial;
	font-size : 10pt;
}	/* Visited Link */
.pollclose a:hover {
	color : White;
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
}		/* Hover Links */

.colhdg {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	background : #CC9933;
}   /* Used for Column Heading */
.colhdg a:link {color : #ffffff; font-family : arial; font-size : 10pt}		/* Link  */
.colhdg a:active {color : #ffff00; font-family : arial; font-size : 10pt}	/* Active Link */
.colhdg a:visited {color : #c0c0c0; font-family : arial; font-size : 10pt}	/* Visited Link */
.colhdg a:hover {color : #ffff00;font-family : arial; font-size : 10pt}		/* Hover Links */

.sideText {font-family : arial;font-size : 8pt;color : Black;text-align : left;}	/* Poll Content  */
.sideCredit {font-family : arial;font-size : 8pt;color : Black;text-align : right;font-style : italic;}	/* Poll Content  */

.footer {
	font-family : Arial;
	font-size : 8pt;
	color : #663300;
}/* Footer  */
.footer a:link {
	font-family : Arial;
	font-size : 8pt;
	color : #663300;
	text-decoration : none;
}/* Link  */
.footer a:active {
	color : #663300;
	font-family : arial;
	font-size : 8pt;
	text-decoration : none;
}	/* Active Link */
.footer a:visited {
	color : #663300;
	font-family : arial;
	font-size : 8pt;
	text-decoration : none;
}	/* Visited Link */
.footer a:hover {
	color : #663300;
	font-family : arial;
	font-size : 8pt;
	text-decoration : underline;
}		/* Hover Links */