/*
	HTML Tags
*/

body {
	font-family : verdana, arial, helvetica, sans-serif, "ms sans serif";
	background-color:#ffffff; 
	font-weight:normal; 
	font-size:0.7em; 
	color:#333333;}

h1 {
	font-family : verdana, arial, helvetica, sans-serif, "ms sans serif"; 
	color:#993333; 
	font-size:1.25em;
}

h2 {
	font-family : verdana, arial, helvetica, sans-serif, "ms sans serif"; 
	color:#993333; 
	font-size:1.25em;
}

h3 {
	font-family : verdana, arial, helvetica, sans-serif, "ms sans serif"; 
	color:#999966; 
	font-size:1.0em;
	padding: 8px;
}

h4 {
	font-family : verdana, arial, helvetica, sans-serif, "ms sans serif";
	color:#D7A553; 
	font-size:0.9em;
	padding: 8px;
}

h5 { 
	font-family : verdana, arial, helvetica, sans-serif, "ms sans serif";  
	color:#D7A553; 
	font-size:0.8em;
	padding: 8px;
}

h6 { 
	font-family : verdana, arial, helvetica, sans-serif, "ms sans serif";  
	color:#D7A553; 
	font-size:0.7em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:normal; 
	color: #333333;
	padding-left: 8px;
	line-height: 18px;
	margin-right: 10px; 
}

/*
	lists and definition elements
*/

ul.greenarrowbullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	list-style-image: url(../images/greenarrow.gif);
	list-style-position: outside;
}

ul.greendisc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight:normal;
	color: #333333;
	line-height: 18px;
	list-style-image: url(../images/greendisc.gif);
	list-style-position: inside;
	padding: 2px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:normal; 
	color: #333333;
	line-height: 18px;
}

ol.list1 {
	font-size: 1.0em;
	color: #333333;
	line-height: 16px;
	margin-left: 5px;
	margin-right: 0px;
	padding-left: 30px;
	padding-right: 10px;

}

dl {
	
}

dt {
	color: #D7A553;
	font-size: 0.8em; 
	font-weight:bolder; 
	padding: 8px;
	margin-top: 10px;
}

dd {
	font-size: 0.7em;
	color:#333333;
	line-height: 16px;		
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 8px;
}

dd p {font-size: 0.75 em;}

/*
	Table elements
*/

table.simple {
	font-size: 1.0em;
	margin-top: 5px;
}

table.padded {
	margin-top: 5px;
	margin-left: 20px;
}

th.simple {
	text-align: left;
	color: #993333;
	padding-bottom: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #D7A553;
	border-bottom-color: #D7A553;
}

table.authorform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

td.authorform {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}

td.yellow {
	background-color: #FFFFCC;
}

td.lightgreen {
	background-color:#FFFFFF;
	border: 1px solid #ABDD60;

}

td.lightyellow {
	background-color:#FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

td.lightyellowleftonly {
	background-color:#FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

td.lightyellowright {
	background-color:#FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

td.lightyellowbottom {
	background-color:#FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

td.header {
	background-image: url(images/header.gif);
}

td.simple {
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D7A553;
}


/*
	Classes
*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999966;
	position: absolute;
	left: 380px;
	top: 3px;
	font-weight: 600;
	z-index: 1;
}

.headerlogo {
	left: 4px;
	top: 6px;
	position: absolute;
	z-index: 2;
	height: 50px;
	width: 85px;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	padding: 8px;
	line-height: 18px;
}



/*
	Hyperlinks
*/

a:link {
	color: #D7A553; 
	font-weight: normal; 
	text-decoration: none;
}

a:visited {
	color: #999966; 
	font-weight: normal; 
	text-decoration: none;}
	
a:hover {
	color: #999966;
	text-decoration: underline;	
}

a.menulink1:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color:#999966; 
	text-decoration:none;
	font-weight: 600;	
}

a.menulink1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999966; 
	text-decoration:none;
	font-weight: 600;	
} 

a.menulink1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration:underline;
	font-weight: 600;	
}

/*
	Printing rules
*/

@media print {
    .dontprintme{display : none;}
}
.greenbutton {
	color: #666666;
	background-color: #ABDD60;
	border: 1px solid #99CC33;
	font-family: Arial, Helvetica, sans-serif;
}
table.editors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:normal;
	color: #333333;
	line-height: 18px;
	margin-left: 6px;
}

table.editors th {
	font-size: 1.1em;
	font-weight:bold;
	text-align: left;

}

