
BODY {
    COLOR: #222F29;
    BACKGROUND-COLOR: #d4cbbf;
    MARGIN: 0;
    PADDING: 5px;
}

.second {
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
    MARGIN: 0;
    PADDING: 5px;
}
A:link { text-decoration: underline;color: #222F29;} 
A:visited {COLOR: #222F29; text-decoration: underline;} 
A:hover {COLOR: #222F29;text-decoration: none;} 

a.nav:link { color: #D41414; text-decoration: none}
a.nav:visited { text-decoration: none; color: #D41414}
a.nav:hover { color: #D41414; text-decoration: underline}

a.nav2:link { color: #D41414; text-decoration: none; font-weight: bold;}
a.nav2:visited { text-decoration: none; color: #D41414; font-weight: bold;}
a.nav2:hover { color: #D41414; text-decoration: underline; font-weight: bold;}

a.nav3:link { color: #D41414; text-decoration: underline; font-weight: bold;}
a.nav3:visited { text-decoration: underline; color: #D41414; font-weight: bold;}
a.nav3:hover { color: #D41414; text-decoration: none; font-weight: bold;}

h1,.heading1 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	font-weight: bold;	
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222F29;
}
.heading2, h2 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;	
	color: #222F29;	
}
.heading6 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;	
	color: #727B76;	
}
.heading3, h3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;	
	color: #222F29;
}
.heading4,h4 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;			
	color: #222F29;
}
h5,.heading5 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 24px;
	font-weight: bold;	
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #b30806;
}
.address {
	font-family: "Tahoma", "Helvetica", "sans-serif", "Verdana";
	font-size: 14px;
	font-weight: bold;	
	letter-spacing: 1px;
	color: #484848;
}
hr {  color: #222F29; height: 1px; margin-top: 1px;margin-bottom: 1px;}
li,td,p,.data {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;	
	color: #222F29;
}
ol,ul{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;	
	color: #222F29;
	MARGIN-Top: 5px;
	MARGIN-Bottom: 5px;
  	PADDING-Top: 0px;
}
.data1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;	
	color: #222F29;
}
li {
	list-style-image: url(images/star_list.gif);
	list-style-type: circle
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;	
	color: #222F29;
}
.smalldata {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.smalldatablack {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

form {	margin: 0px;padding: 0px; }
IMG {	BORDER: 0px; }
.bgColour1 { BACKGROUND-COLOR: #F5F4F4;}
.bgColour2 { BACKGROUND-COLOR: #E6E5E5;}
.bgColour3 { BACKGROUND-COLOR: #E0F0FE; }
.bgColour4 { BACKGROUND-COLOR: #d77e7d; }

#button {
	COLOR: #FFFFFF;	
	BACKGROUND-COLOR: #666666;
}
input.Test{
	COLOR: #FFFFFF;	
	BACKGROUND-COLOR: #666666;
}

input.Test2{
	COLOR: #FFFFFF;	
	BACKGROUND-COLOR: #D41414;	
}



INPUT, TEXTAREA, SELECT {
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	PADDING: 1px;
	MARGIN: 1px;
	COLOR: #21516A;
	BORDER-TOP: solid 1px #222F29;
	BORDER-LEFT: solid 1px #222F29;	
	BORDER-BOTTOM: solid 1px #222F29;
	BORDER-RIGHT: solid 1px #222F29;
	BACKGROUND: #FFFFFF;
	Z-INDEX: 1;

}