/**
 * Screen styles for Henty Stamfords
 */
@import "design.css";

body {
 	color: #444;
 	font-size: 62.5%;
	line-height:1.6em; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	
 	}
	
	/**
 * Content styles for Henty Stamfords
 * Find & Replace Colours:
 * Primary Colour = #003B6C
 * Secondary Color = #B1A901
 * Third Colour = #C10641
 */

/*STYLES DROPDOWN */
.Heading {
	color: #003B6C;
	font-size: 18px;
	line-height:22px;
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}
	
.SubHeading {
	color: #B1A901;
	font-size: 14px;
	line-height:18px;
	font-weight: bold;
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

.SmallHeading {
	color: #C10641;
	font-size: 12px;
	line-height:18px;
	font-weight: bold;
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}
	
.BodyText {
	color:#444;
	line-height:18px;
	font-size:11px;
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}	
	
/*HEADING STYLES*/	
h1 {
	color: #003B6C;
	font-size: 20px;
	line-height:24px;
	font-weight: normal;
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}
h2 {
	color: #003B6C;
	font-size: 18px;
	line-height:22px;
		
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	
	}


h3 {
	color: #003B6C;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	margin:10px 0 5px 0;
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

	
	h4 {
	color: #B1A901;
	font-size: 14px;
	line-height:19px;
	font-weight: bold;
	margin:10px 0 5px 0;
	
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}
	
h5 {
	color: #C10641;
	font-size: 12px;
	line-height:18px;
	font-weight: bold;
	margin:10px 0 5px 0;
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

p {
	color:#444;
	margin: 5px 0;
	line-height:18px;
	font-size:11px;
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}
	
li {
	color:#444;
	line-height:18px;
	font-size:11px;
	
	/*Repeated Styles*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}





a {
	color:#B1A901;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	}
	
table {
	font-size:1em;
	border:0px;
}
td {
	padding:5px 5px 5px 0;
	vertical-align:top;
	}
th {
	padding:5px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	background:#C9D0D7;
	text-align:left;
	vertical-align:top;
}