/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


.greybox {
 background:#f6f6f6;
 border:1px solid #999999;
 padding:5px;
 width:100%;
}




/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}




/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
font-size: 16px;
font-weight:bold;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1,
h2.csc-firstHeader {
	font-size: 14px;
	font-weight: bold;
	color: #283747;
}

.text2,
h3.csc-firstHeader {
 	font-size: 12px;
	font-weight: bold;
	color: #6E6E6E;
}

.text3 {
	margin: 0px;
	padding: 15px 0px 20px 0px;
	text-align: center;
	color: #BABABA;
}

/** LINKS */

a {
	color: #006633;
	
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	padding: 16px 22px 14px 22px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #263900;
}

a.link1:hover {
	background: url(images/homepage05.gif) repeat-x;
	color: #FFFFFF;
}



a.active {
        display: block;
	padding: 16px 22px 14px 22px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #263900;
	background: url(images/homepage05.gif) repeat-x;
	color: #FFFFFF;
}

a.link2 {
	color: #6E6E6E;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage04.gif) repeat-x;
}

.bg2 {
	background: url(images/homepage07.jpg) no-repeat;
}

.bg3 {
	background: url(images/homepage08.gif) repeat-y;
}

.bg4 {
	background: url(images/homepage09.gif) no-repeat;
}

.bg5 {
	background: url(images/homepage12.gif) repeat-x;
}

.bg6 {
	background: url(images/homepage12.gif) repeat-y;
}

.bg7 {
	background: url(images/homepage16.gif) no-repeat;
}

.bg8 {
	background: url(images/subpage2_02.gif) repeat-x;
}

.bg9 {
	background: url(images/subpage2_05.gif) no-repeat;
}

/** STYLES */

.style1 {
	color: #7EBF09;
}

.style1 a {
	color: #838383;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage12.gif);
}

#headerlinks  {
	color: #FF8400;
}

#headerlinks a {
	color: #ffffff;
	font-weight:bold;
}
.google {
 padding:5px 0px 5px 0px;
}
