/* Great Idea CSS Sheet */
/* Last Edited 11/5/2004 */

/* Text Styles */

/* This is just the contect text in a td class.  It allows us to stay away from divs */
.content {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	font-weight : normal;		
}

.biggercontent {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	font-weight : normal;		
}

td.cookiecontent {
	font-family: comic sans ms, verdana, arial, geneva, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	font-weight : normal;		
}

/* This is content text without any padding */
.text {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	background-color: #ffffff;
	font-weight : normal;
}

.cookiecontent {
	font-family: comic sans ms, verdana, arial, geneva, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	font-weight : normal;		
}

H1 {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 16px;
	color: #666699;
	font-weight : bold;
}

H2 {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight : bold;
}

td.lightColorBorder { background: #666699; }
td.lightColor { 
	background: #9999CC;  
}
td.darkColor {
	background-color: #333366;
}
td.neutralColor {
	background-color: #FFFFFF;
}

a:link {color : #666699;  font-weight: bold;  }
a:visited {color : #666699; font-weight: bold;}
a:hover {color : #666699;text-decoration : underline; font-weight: bold;}
a:active {color : #99cc33;text-decoration : underline; font-weight: bold;}

a.wgb:link {color : #666699;text-decoration : none;  font-weight: bold;  }
a.wgb:visited {color : #666699;text-decoration : none; font-weight: bold;}
a.wgb:hover {color : #666699;text-decoration : underline; font-weight: bold;}
a.wgb:active {color : #99cc33;text-decoration : underline; font-weight: bold;}


b.header {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666699;
	background-color: #ffffff;
	font-weight : bold;
}

b.blue {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #3D227D;
	background-color: #ffffff;
	font-weight : bold;
}

b.error {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #cc0000;
	background-color: #ffffff;
	font-weight : bold;
}

/* The following styles are all related to the contact form. */

input.form			{
	background-color: #F5F5F5;
	color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

input.check	{
	background-color: #FFFFFF;
	color:#000000;
	white-space: nowrap;
} 

textarea.form		{
	background-color: #F5F5F5;
	color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

select.form			{
	background-color: #F5F5F5;
	color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

.button{
	border-style : double;
	padding:1px,1px,1px,1px;
	background-color : #003366;
	color : #ffffff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}