/** 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: #2D75A9;
	
}

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: #2D75A9;
}

.style1 a {
	color: #838383;
}

#headerlinks  {
	color: #ffffff;
}

#headerlinks a {
	color: #ffffff;
}
/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage12.gif);
}

.google {
 padding:5px 0px 5px 0px;
}


.csc-textpic-text {
	float:right; 
	width:260px; 
	padding-top:12px;
}

.csc-header {
	clear:both;
}
.rmr {
 border:1px solid #f6f6f6;
 margin-top:10px;
}

.social {
 clear:both;
}

.subnavi {
	padding: 0px; 
	right: 0px; 
	margin: 0px; 
	background: #749abf; 
	float: left; 
	width: 968px; 
	height: 16px;
}

.download-more a {
background:url("images/button.gif") repeat scroll 0 0 transparent;
color:#999999;
display:block;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
width:191px;
}


