/***********************************************/
/* stylesheet.css                              */
/* Use with Primary Template	               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	background-color:#FFFFFF;
	margin-top:0px;
	}

p, th, ul, ol, a, caption, label {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #333333;
	line-height:normal;
	}

p.SmallText, a.SmallText {
	font-size: 10px; 
	line-height: normal;
	}

a, a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
}

h2, h3 {
	color:#CC0000;
	}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label {
	font-size: 100%;
	font-weight: bold;
}

caption {
	font-weight: bold;
	}

caption.orange {
	color: #FF6600;
	text-align:left;
	}

hr {
	color:#D5E04D;
	width:200px;
	}

th {
	color:#FF6600;
	text-align:left;
	}
/***********************************************/
/* Layout Classes                              */
/***********************************************/

table.pageFrame {
	width:875px;
	background-color:#FFFFFF;
	overflow: hidden;
	}

td.topNavigation {
	background-color:#D5E04D;
	height:34px;
	text-align:center;
	}

td.leftColumn {
	margin: 0px;
	padding: 0px;
	width:165px;
	background-color:#D5E04D;
	}

p.leftColumnText {
	color:#FF6600;
	}

td.rightColumn {
	background-color: #D5E04D;
	}

td.footer {
	background-color: #D5E04D;
	border-top:2px solid #FFFFFF;
	}

td.centerColumn {
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	}

table.centerColumnTable {
	border-bottom:1px solid #D5E04D;
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #333333;
	}

p.centerColumnText {
	line-height: 1.5; 
	}

p.centerColumnText_orange {
	line-height: 1.5;
	color:#FF6600; 
	}

td.rightColumn {
	background-color: #D5E04D;
	}