/* This is the style of your browser text */
body     {
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #F0F5F9;
	background-image: url(background.gif);
	padding: 0;
	margin: 0 0 0 0;
	OVERFLOW-X: hidden;
	font-size: 12px;
	text-align: left;
	color: #3c3c3c;
	line-height: 1.1em;
	}
p {
	margin: .5em 0 1em 0;
}
.bodycopy {
	color: #3C3C3C;	
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
}
.largebodycopy {
	color: #000000;	
	font-size: 14px;
	text-align: left;
	line-height: 1.4em;
}
.bodycopywhite {
	color: #FFFFFF;	
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
}
.menustyle {
	color: #3c3c3c;	
	font-size: 11px;
	text-align: left;
	line-height: 1.21em;
}
.menustylewhite {
	color: #FFFFFF;	
	font-size: 11px;
	text-align: left;
	line-height: 1.2em;
}
.stylesmall {
	color: #3c3c3c;	
	font-size: 10px;
	text-align: left;
	line-height: 1.1em;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
}
.stylesmallwhite {
	color: #FFFFFF;	
	font-size: 10px;
	text-align: left;
	line-height: 1.1em;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
}
/* Heading Text */
h1, h2, h3, h4, h5, h6 {
	font-family: "Adobe Garamond Pro", Times New Roman, Times, serif;
	color: #015495;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
h1 {
	font-size: 22px;
	letter-spacing: -.05em;
}
h2 {
	font-size: 20px;
	letter-spacing: -.04em;
}
h3 {
	font-size: 18px;
	letter-spacing: -.03em;
}
h4 {
	font-size: 16px;
	letter-spacing: -.02em;
}
h5 {
	font-size: 14px;
	letter-spacing: .0em;
}
h6 {
	font-size: 12px;
	letter-spacing: .05em;
}
/* Default Heading Text */
.default1, .default2, .default3, .default4, .default5, .default6, .default7 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #015495;
	text-align: left;
}
.default1 {
	font-size: 24px;
}
.default2 {
	font-size: 22px;
}
.default3 {
	font-size: 20px;
}
.default4 {
	font-size: 18px;
}
.default5 {
	font-size: 16px;
}
.default6 {
	font-size: 14px;
}
.default7 {
	font-size: 12px;
}
/* Link Styling */
ul, li     { 
	list-style-type: none; 
}
/* Default Link Colours */
a:link {
	color: #7d8ebb;
	text-decoration: none;
	}
a:visited	{
	color: #7d8ebb;	
	text-decoration: none;
	}
a:hover,a:active {
	color: #7d8ebb;
	text-decoration: underline;
	border-bottom-color: #7d8ebb;
	}
/* White Links */
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a.white:hover,a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
/* Allignment Options */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
