
/* Default content styles */
p {
 	color: #333333;
	font-size: 11px;
/*	line-height: 120%;*/
}

P.bodytext {
	color: #666666;
	line-height: 100%;
}

td {
	font-size: 11px;
}

ul,ol {
 	color: #333333;
}

/* Headings */
h1 {
	color: #333;
	font-size: 16px;
}

h2 {
	color: #333;
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

h4 {
	color: #333;
}

h5 {

}
h1.g {
	border-bottom: 2px solid #afbe33;
}

/* Links */
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {

}

a:hover, a:active {
	color: #003366;
}

/* Form elements */
form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Special elements */
div#breadcrumbs {
	padding: 4px;
	color: #fff;
	text-decoration: none;
}

div#breadcrumbs a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

div#breadcrumbs a:hover {
	color: #ff9900;
}


/* CSC Frame 1 */
.csc-mailform {
	background-color: #eeeeee;
	border: 1px dotted #aab4b5;
	margin: 10px 0px 10px 0px;
	padding: 4px;
}

.csc-mailform-field {

	width: 100px;
	valign: top;
}

DIV.csc-mailform-field input {
	width: 200px;
	height: 20px;
}

DIV.csc-mailform-field textarea {
	width: 200px;
	height: 100px;
}

DIV.csc-mailform-field .csc-mailform-submit {
	width: 75px;
}


/* CSC Caption */
.csc-caption {
	color: #437c7f;
	font-size: 9px;
}

/* CSC Table Styles */
.contenttable {
	border: 1px solid #cccccc;
	width: 560px;
}

.contenttable td {
	padding: 2px;
}

.contenttable td p {
	margin: 0px;
}

.contenttable .tr-0 {
	font-weight: bold;
}

.contenttable .tr-0 td {
	padding: 4px;
}
.contenttable .tr-even {
	background: #e3e3e3;
}

div#footer {
	background-image: url(../images/pixel.gif);
	height: 30px;
	width: 758px;
	color: #666666;
}

div#footer a {
	color: #666666;
}

div#footer a:hover {
	color: #999999;
}
