html {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
}

body {
	font: 9pt verdana, arial, sans-serif;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	color: #369;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding: 0px 20px;
	color: #000;
	font-family: palatino Linotype, palatino, verdana, arial, sans-serif;
	background-color: #8C8EB5;
	border-bottom: 1px solid #000;
	border-top: 1px solid #CCC;
	font-size: 14pt;
}

p {
	margin-top: 6pt;
	margin-bottom: 0;
}

img {
	border: 0px;
}


a {
	color: #666666;
	text-decoration: none;
}

a:link {
	border-width: 0;
}

a:hover {
	text-decoration: underline;
}


/* style rules for RTE generated classes */

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* style rules for t3 generated classes */

.csc-uploads-fileName {
	font-size: 9pt;
}

.csc-textpic-caption {
	font-size: 8pt;
	color: #000;
	margin: 0;
}

/* td#rightCol .csc-textpic-caption { text-align: left; } */

td#rightCol .csc-textpic-text { color: #000; }

div.suppress-labels .csc-form-label {
        max-width: 0px;
        overflow-x: hidden;
}

td#content .csc-searchResult {
        max-width: 600px;
}

td#content .csc-searchResultHeader {
        max-width: 600px;
}

#content {
	background-color: #FFF;
	margin: 0;
	margin-left: 5px;
	margin-right: 20px;
	padding: 10px;
	font-size: 9pt;
}

#footer {
	background-color: #FFF;
	height: 20px;
	border-top: 1px solid #333;
	text-align: center;
	font-size: 10px;
	padding: 5px;
}

/*
#nav {
	background-color: #fca;
}
#left, #right {
	position: absolute;
	background-color: #FFF;	
	top: 157px;
}
#left {
	width: 300px;
	left: 0;
}
#right {
	width: 20px;
	right: 0;
}
*/

#leftCol td {
	text-align: right;	
}

#rightCol td {
	text-align: left;	
}

#leftColTop,#leftCol,#rightCol {
	background-color: transparent;
	color: #000;
	padding: 0px;
	padding-top: 10px;
	border: 0;
}

#leftColTop {
	border-bottom: 1px solid #333366;
}

/*
#rightCol,#leftCol div.csc-header h1 {
	font: bold 11pt verdana;
	color: #000;	
	text-align: center;
}
*/

#rightCol,#leftCol p.bodytext {
	font: normal 10pt verdana;
}


.menu1-level1-no {
	font-size: 9pt;
	font-weight: bold;	
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid #333366;
	border-top: 1px solid #FFF;
}

.menu1-level1-no a {
	text-decoration: none;
}

.menu1-level1-no:link {
}

.menu1-level1-no:hover {
	text-decoration: underline;
	color: #8C8EB5;
	background-color: #C6D1FF;
}

.menu1-level1-act {
	font-size: 9pt;
	font-weight: bold;	
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid #333366;
	border-top: 1px solid #FFF;
	background-color: #C6D1FF;
}

.menu1-level1-act a {
	text-decoration: none;
}

.menu1-level1-act:link {
	color: #FFF;
}

.menu1-level1-act:hover {
	text-decoration: underline;
}

.menu1-level2-no {
	font-size: 9pt;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px none #333333;
}

.menu1-level2-no a {
	text-decoration: none;
}

.menu1-level2-no:link {
	color: #CCC;
}

.menu1-level2-no:hover {
	text-decoration: underline;
	color: #8C8EB5;
	background-color: #C6D1FF;
}

.menu1-level2-act {
	font-size: 9pt;
	background-color: #C6D1FF;
}

.menu1-level2-act a {
	text-decoration: none;
}

.menu1-level2-act:link {
	color: #333;
}

.menu1-level2-act:hover {
	text-decoration: underline;
}


