/* Global Styles */

body {
	margin:0px;
	background-image: url(images/bg1.gif);
	}
	
/* Text Styles */


.mosttext {font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
		}
		
.h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
		}
		
.h1colour1 {color: #003300}

.contenttext {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
		}
		
		.contenttextgreensmall {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666600;
		}
		
		.contenttextgreenmed{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666600;
		}
		
.contenttextgreen {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #666600;
		}
		
.contenttextwhitebig {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
		}
		
.phonetext {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
		}
		
.contenttext2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
		}
		
.contentwhite{font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
		}
		
.contentwhite2{font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
		}
		
.contentred {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
		}
		

.contentgrey {font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
		}

		
		
/* Text Effects */		
		
		
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #333333;
}
a:active {
	color: #CCCCCC;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.linkset2:link {
	color: #333333
}
a.linkset2:visited {
	color: #999999
}
a.linkset2:hover {
	color: #999999
}
a.linkset2:active {
	color: #CCCCCC
}


/* TABLE Effects */	 

table.sample {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1pc 1pc 1pc 1pc;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
