@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image:url(../images/images/cs_07-sm.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
a:link {
	color:#CC6600;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#CC6600;
}
a:hover {
	text-decoration:underline;
	color:#005FAA;
}
a:active {
	text-decoration:none;
	color:#CC6600;
}
.text {
	font-size:12pt;
	padding:0 20px 0 110px;
}
.tinyText {
	font-size:10pt;
}
.cright {
	font-size:8pt;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
p {
	margin:0;
}
img {
	border:none;
}
h1 {
	font-size:20pt;
	font-weight:bold;
	margin:3px 0 6px 0;
}
h2 {
	font-size:20pt;
	font-weight:bold;
	font-style:italic;
	margin:3px 0 3px 0;	
}
h3 {
	font-size:16pt;
	font-weight:bold;
	font-style:italic;
	margin:3px 0 3px 0;	
}
h4 {
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
	margin:3px 0 3px 0;	
}
h5 {
	font-size:12pt;
	font-weight:bold;
	style: italic;
	margin:3px 0 3px 0;
}
h6 {
	font-size:11pt;
	font-weight:bold;
	font-style:italic;
	margin:3px 0 3px 0;
}
.buttons {
	font-size:12pt;
	font-weight:bold;
	color:#CC6633;
	text-align:center;
	padding-top:10px;
}
.buttonsLower {
	font-size:10pt;
	font-weight:bold;
	color:#CC6633;
	text-align:center;
}
.buttons a:link {
	color:#CC6633;
	text-decoration:none;
}
.buttons a:visited {
	text-decoration:none;
	color:#CC6633;
}
.buttons a:hover {
	text-decoration:none;
	color:#005FAA;
}
.buttons a:active {
	text-decoration:none;
	color:#CC6633;
}