@import url("sitestyle.css");
/* this imports the site specific styles */

/* ******************************** */

/* 	these 2 are a hack for minimum content box sizes 	*/
.prop {
	float:right;
	width:0px;
	border:0px;
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
	height:0px;
    	overflow:hidden;
}


/* ******************************** */

/* CSS elements to force container box to extend below the floated elemets */ 
/* From: http://www.positioniseverything.net/easyclearing.html */ 
/* .cleafix class is applied to the container box */ 

.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
.clearfix { 
        display: inline-table; 
} 
/* Hides from IE-mac \*/ 
* html .clearfix { 
        height: 1%; 
} 
.clearfix { 
        display: block; 
} 
/* End hide from IE-mac */-->


/* ******************************** */

/* 	stuff for forms without tables 
	width is put in inline to make this re-usable	*/

div.row {
	padding-top: 5px;
}

div.row span.label {
  	float: left;
 	text-align: left;
}

div.row span.formw {
  	float: right;
  	text-align: left;
} 


/* ******************************** */

/* font sizes & colours set from CMS selector */

.size3 {
	font-size:11px;
	color:#000000;
}

.size4 {
	font-size:16px;
	color:#DE0000;
}


/* ******************************** */

/* common stuff*/

body {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

img {
	border:0px;	
}


input,select,textarea {
	border: 1px solid #7393BB;
	font-size: 11px;
	font-family: verdana, arial;
}

h2{
	font-size: 18px;
	color: #CC0000;
	font-family: verdana;
	text-decoration : none;
	font-weight: bold;
	margin:10px 0px;
}

td{
	FONT-SIZE:11px;
	COLOR: #000000;
	FONT-FAMILY: verdana;
	text-decoration : none;
}

/* ******************************** */

/* all links */

a {
	color:#DE0000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:000000;
	text-decoration:none;
}







