/* Global Style ------------------------------------------------------------- */

body {
  	margin:0px;
  	font-family:Arial, Helvetica, sans-serif;
}
body A {
  color: black;
}
	  
img {
  border:0px;
}

.holding_table {
	width:100%;
	height:100%;
}

/* Table stuff -------------------------------------------------------------- */

table {
 	padding: 0px;
 	border: 0px;
 	border-collapse: collapse;
 	border-spacing: 0px;
 	
	font-size:11px;
	color:#00457d;
	font-family:Arial, Helvetica, sans-serif;
}

td { 
  vertical-align: top; 
}
	 
/* Form stuff --------------------------------------------------------------- */

FORM {
  display:inline;
}
		 
TEXTAREA, INPUT, SELECT {
	border:1px #000000 solid;
	color:#000000;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	 
/* Main Content Table ------------------------------------------------------- */

.main_content_table {
  width:100%;
}

.main_content_table_spacer {
  width:10px; 
  font-size:0px;
}

/* Main Content ------------------------------------------------------------- */

.main_content {
  width:542px;
  vertical-align: top;
  padding-top:10px;
  font-size:11px;
}

.main_content A:link    { color:#00457d; text-decoration:underline; }
.main_content A:visited { color:#00457d; text-decoration:underline; }
.main_content A:active  { color:#00457d; text-decoration:underline; }
.main_content A:hover   { color:#00457d; text-decoration:underline; }

.main_content h1 {
	margin-top:0px;
	font-size:15px;
}

.main_content h2 {
	font-size:13px;
}

.main_content h3 {
	font-size:11px;
}

/* -------------------------------------------------------------------------- */
/* Frontpage specials ------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* Main Content ------------------------------------------------------------- */

.main_content_frontpage {
  width:752px;
}

/* Form field --------------------------------------------------------------- */

.csc-mailform {
	width:530px;
	border:0px;
}

TEXTAREA, INPUT, SELECT {
	border:0px;
	background-color:#f7f7f7;
	border-style: solid; border-color: rgb(94, 94, 94) rgb(199, 199, 199) rgb(199, 199, 199) rgb(94, 94, 94); border-width: 1px; padding-left: 1px;
}

.csc-mailform-radio {
	border:0px;
}

.csc-mailform-field {
	width:125px;	
	border:0px;
}

