@import "position.css";
@import "navigation.css";

*{
font-size:1em;
line-height: 1.1em;
}

body{
	background-color: 	White;
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 		62.5%;
	margin: 		0; 
	padding: 		0; 
	background-color: 	white; 
	background-position: 	bottom right;
	background-repeat: 	no-repeat;
}

p, ul, form {
margin: 0;
color: black;
font-size: 1.1em;
}

ul {
margin: 1em 0 1em 0;
}

h1 {
font-size: 1.3em;
margintop: 0;
color: #004F9B;
}

h2 {
margin: 3em 0 0 0;
font-size: 1.1em;
color: black;
font-weight: bold;
}

a {
color: #004F9B;	
}

.form_trans {
background-color: #EFEFEF;
}

.csc-textpic {
margin: 3em 0;
}
.csc-textpic-text {
padding: 1em 0;
}

/* mailform */

/*
div.labeltext { float:left; width:150px; clear:left; margin: 0 0 1.2em; }
#mailform .required { font-weight: bold;  }
div.comment div.labeltext { width:80%; }

div.fieldset,
div.radiolayout { margin: 0 0 1.2em; clear:both; }
*/
fieldset { border: none; }
input,textarea { margin: 4px 8px; width: 250px;}

/*

#mailform .checked,
#mailform .unchecked { padding: 3px 0 5px 50px; }

#mailform .checked, .selected { background: transparent url(checkbox_act.gif) no-repeat scroll 8px center;}
#mailform .unchecked, .unselected { background:transparent url(checkbox_no.gif) no-repeat scroll 8px center; }

#mailform .selected,
#mailform .unselected { height: 32px; padding: 10px 57px 0;}

*/

