/* This is the style of your browser text */
body {
	background-image: url("background.jpg");
	background-color: #EBECEE;
	padding: 0;
	margin: 0 0 0 0;
	font-family:  Arial, Helvetica, sans-serif;
	color: #3c3c3c;	
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
}

p {
	margin: .5em 0 1em 0;
	text-align: left;
}
ul, li     { 
	list-style-type: square; 
	text-align: left;
}
.bodycopy {
	color: #3C3C3C;	
	font-size: 12px;
	text-align: left;
}
.largebodycopy {
	color: #000000;	
	font-size: 14px;
	text-align: left;
}
.bodycopywhite {
	color: #FFFFFF;	
	font-size: 12px;
	text-align: left;
}
.menustyle {
	color: #3c3c3c;	
	font-size: 11px;
	text-align: left;
}
.menustylewhite {
	color: #FFFFFF;	
	font-size: 11px;
	text-align: left;
}
.stylesmall {
	color: #3c3c3c;	
	font-size: 10px;
	text-align: left;
}
.stylesmallwhite {
	color: #FFFFFF;	
	font-size: 10px;
	text-align: left;
}
/*Table Styling */
.leftborder {
	background-image: url(leftborder.png);
}
.rightborder {
	background-image: url(rightborder.png);
}
/* Default Heading Text */
.default1, .default2, .default3, .default4, .default5, .default6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #07478A;
	text-align: left;
}
.default1 {
	font-size: 22px;
}
.default2 {
	font-size: 20px;
}
.default3 {
	font-size: 18px;
}
.default4 {
	font-size: 16px;
}
.default5 {
	font-size: 14px;
}
.default6 {
	font-size: 12px;
}
/* Heading Text */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trajan Pro", Times New Roman, Times, serif;
	font-weight: bold;
	color: #1e5ba9;
	letter-spacing: -.02em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: left;
}
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;
}
/* Link Styling */
a:link {
	color: #1e5ba9;
	text-decoration: underline;
	}
a:visited	{
	color: #1e5ba9;	
	text-decoration: underline;
	}
a:hover,a:active {
	color: #000000;
	text-decoration: underline;
	border-bottom-color: #000000;
	}
a.grey:link {
	color: #b6b6b6;
	text-decoration: none;
	}
a.grey:visited {
	color: #b6b6b6;
	text-decoration: none;
	}
a.grey:hover,a.grey:active {
	color: #E66E00;
	text-decoration: underline;
	}
/* Allignment Options */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* Table styling */
table.accede_table {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.accede_table td {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
}