/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
}

a:link {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	background: #99ccff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

hr {
	border: 0 #3366cc solid;
	border-top-width: 8px;
	clear: both;
	height: 0;
}

.thinrule {
	border: 0 #99ccff solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


.maintext {
	font: 14px Georgia, serif;
	line-height: 20px;
}

.sidetext {
	font: 12px Georgia, serif;
}

.linktext {
	font: 12px Verdanna, sans-serif;
	line-height: 20px;
	font-weight: bold;
}

.adtext {
	font: 16px Verdanna, sans-serif;
	line-height: 20px;
}

.paneladtext {
	font: 12px Verdanna, sans-serif;
	line-height: 16px;
	text-align: center;
}
.bg1 {
 background: #3366CC;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 6px;
 padding-bottom: 6px;
 color: #FFFFFF;
 margin-top: 0;
 margin-bottom: 0;
}

.bg2 {
 background: #3399FF;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 3px;
 padding-bottom: 6px;
 margin-top: 0;
 margin-bottom: 0;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/


.adhead {
	font: 24px Verdanna, sans-serif;
	line-height: 24px;
	font-weight: bold;
}

.paneladhead {
	font: 20px Verdanna, sans-serif;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin-bottom: 20px;

}

h2 {
	font-size: 23px;
	line-height: 28px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin-bottom: 18px;
}

h3 {
	font-size: 21px;
	line-height: 24px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin-bottom: 16px;
}

h4 {
	font-size: 19px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin-bottom: 10px;
	color: #3366CC;
}

h5 {
	font-size: 17px;
	margin-bottom: 12px;
}

h6 {
	font-size: 15px;
	margin-bottom: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

.wrapleft {
	margin-right: 12px;
}
.wrapright {
	margin-left: 12px;
}
p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 4px;
}

/* `Table
----------------------------------------------------------------------------------------------------*/

.cell {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

.namecell {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	color: #3366CC;
} 


.tablehead {
	color: #3366cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

