/* CSS Document */
td {
	vertical-align: top;
}
img {
	border-width: 0px;
}
a {
	border-width: 0px;
}
blockquote {
	font-family: Lucinda,Arial;
	font-weight: 575;
	font-size: 14px;
	background-color: #CCFFFF;
	padding: 2px;
}
h1 {
	font-size: 48px;
	font-weight: 600;
	font-family: Arial, Times new roman, serif;
	line-height: inherit;
	text-align: center;
	color: #DC143C;
}
h2 {
	font-size: 36px;
	font-weight: 600;
	font-family: Arial, Times new roman, serif;
	line-height: inherit;
	text-align: center;
	color: #FF8C00;
}
h3 {
	font-size: 24px;
	font-weight: 600;
	font-family: Times new roman, serif;
	line-height: inherit;
	text-align: justify;
	color: #FF69B4;
}

.yearText {
	font-size: 18px;
	font-weight: 750;
	font-family: Arial;
	line-height: inherit;
	text-align: center;
	color: #660099;
}
.monthText {
	font-size: 10px;
	font-weight: 600;
	font-family: TimesNewRoman,TimesRoman,Lucida;
	line-height: inherit;
	text-align: justify;
	color: #FF0000;
}

.pollNumText {
	font-size: 12px;
	font-weight: 600;
	font-family: Arial, Times new roman, serif;
	line-height: inherit;
}
.pollQuesText {
	font-size: 12px;
	font-weight: 600;
	font-family: Times new roman, serif, Arial;
	line-height: inherit;
}
.pollText {
	font-size: 10px;
	font-weight: 400;
	font-family: Arial, Helvetica, Times new roman;
	line-height: inherit;
}
.dateText {
	font-size: 9px;
	font-weight: 400;
	font-family: Arial, Helvetica, Times new roman;
	line-height: inherit;
}
.colNameText {
	font-size: 14px;
	font-weight: 600;
	font-family: Times new roman, serif, Arial;
	line-height: inherit;
}
.colTitleText {
	font-size: 14px;
	font-weight: 600;
	font-family: Times new roman, serif, Arial;
	line-height: inherit;
}
.colDateText {
	font-size: 10px;
	font-weight: 600;
	font-family:  Arial,Times new roman, serif;
	line-height: inherit;
}
.titleText {
	font-size: 18px;
	font-weight: 600;
	font-family: Times new roman, serif, Arial;
	line-height: inherit;
}
.columnDarkOrange{
	background-color:#FF8C00;
}

.topText {
	color: #330099;
	font-family: Times New Roman,serif,Arial;
	font-size: 24px;
	font-weight: bolder;
	line-height: inherit;
}
.topText2 {
	color: #330099;
	font-family: Times New Roman,serif,Arial;
	font-size: 16px;
	font-weight: bolder;
	line-height: inherit;
}
.colorsBlue {
	background-color: #E0FFFF;	
	border-width: medium;				
	color:#0000FF;				
	border-color: #FF0000;		
}
.header {font-family:Arial;
		font-size:30px;
		font-weight:600;
		color:#FF0000;
}
.text {font-family:Times new roman,Arial;
		font-size:14px;
		font-weight:500;
		color:#FF0000;
}
.columns{font-family:Arial;
		font-size:14px;
		font-weight:550;
		color:#001122;
} 
.quotesTextBig {font-family:Lucinda,University Roman MS,Trebuchet, Arial;
		font-size:24px;
		font-weight:500;
}
.quotesTextSmall {font-family:Lucinda,University Roman MS,Trebuchet,Arial;
		font-size:14px;
		font-weight:500;
}
.coolTextTallPaul{
		font-family:Tall Paul;
		font-size:20px;
		font-weight:500;
}
.coolTextJohnHandy{
		font-family:John Handy;
		font-size:20px;
		font-weight:500;
}
.coolTextComic{
		font-family:Comic,Comic Sans,Comic Sans MS;
		font-size:20px;
		font-weight:500;
}
BODY {
background-color:#00CCFF;
}
.style2 {
	font-size: 32px;
	font-weight: bold;
	color: #FF0000;
	font-family: "Comic Sans MS";
}
/* colors */
.red {color:#FF0000;}
.orange {color:#FF3300;}
.blue {color:#0000CC;}
.black{color:#000000;}
.brightGreen {color:#66FF33;
}
darkGreen {color:#006600;}

.purple {color:#660099;}
.yellow {color:#FFFF00;}
.maroon {color:#990033;}
.pink {color:#FFCCFF;}
.salmon {color:#FF9999;}
.blueWhite {color:#F0F8FF;
	background-color:#F0F8FF;
}
.aquamarine {color:#7FFFD4;}
.blueViolet {color:#8A2BE2;}
.cornflowerBlue {color:#6495ED;
	background-color:#6495ED;
}
.crimson {color:#DC143C;}
.darkOrange {color:#FF8C00;}
.dodgerBlue {color:#1E90FF;
	background-color:#1E90FF;
}
.hotPink {color:#FF69B4;}
.magenta {color:#FF00FF;}
.limeGreen {color:#32CD32;
	background-color:#32CD32;
}
.chartreuse {color:#7FFF00;
}
.olive {color:#808000;}
.silver {color:#C0C0C6;}
.tan {color:#D2B48C;}
.whitesmoke {color:#F5F5F5;}
.seagreen {color:#2E8B57;}

/* color Blocks */
.colorsOrange {
	background-color: #FFBB77;	// light orange-yellow
	border-width: medium;				
	color:#B93D00;				// bright orange-red
	border-color: #FF6600;		// bright orange-red
}