/*LINKS
-------------------------------------------*/
a {
	text-decoration: underline;
	color: #7FA3C7;
}
a:hover {
	color: #B4513F;
	text-decoration: none;
}
.class2 a {
	COLOR: #B6CBDF;
	text-decoration: none;
}
.class2 a:hover {COLOR: #ffffff;
	text-decoration: none;
}
.class3 a {
	COLOR: #B4513F;
	text-decoration: none;
}
.class3 a:hover {COLOR: #7FA3C7;
	text-decoration: none;
}
.class4 a {
	COLOR: #004890;
	text-decoration: none;
}
.class4 a:hover {COLOR: #7FA3C7;
	text-decoration: none;
}

/*MAIN TEXT
---------------------------------------------*/

.h1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366FF;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
.h2 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4513F;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	}
.h3 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	line-height: 19px;
	font-weight: normal;}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B6CBDF;
	text-decoration: none;
	line-height: 18px;
}
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
	text-align: none;
}
.paragraph1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #B4513F;
	line-height: 17px;
	text-decoration: none;
	text-align: none;
}

/*BODY
-------------------------------------------*/

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #EEEBE6;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-SHADOW-COLOR: #E0E0E0;
	SCROLLBAR-3DLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-ARROW-COLOR: #38575C;
	SCROLLBAR-TRACK-COLOR: #E0E0E0;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	background-image: url(../anglianwillwriting_images/main_bg_img.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	background-color: #004890;
}

/*TOP BACKGROUND IMAGES
-------------------------------------------*/

.dotvertline {
	background-attachment: scroll;
	background-image: url(../colonial_images/colonial_engineering/dot_line1.jpg);
	background-repeat: repeat-y;
	width: 1px;
	background-position: right top;
}
.dothorzline {
	background-attachment: scroll;
	background-image: url(../colonial_images/colonial_engineering/dot_line2.jpg);
	background-repeat: repeat-x;
	height: 1px;
	background-position: left top;
}

/*FLASH IMAGES
------------------------------------*/

.mainbg {
	background-attachment: scroll;
	background-image:  url(../anglianwillwriting_images/main_content_a_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 213px;
}

/*FORM ELEMENTS
------------------------------------*/

.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 11px;
	border: 1px solid #A3BDD7;
}
.submitbu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold; 
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(bu_submit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 90px;
	cursor: pointer;
}
