@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin:0;
	padding:0;
	border:0;
}

body {
	color:#6B506A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color:#493648;
}

/* Body Text Hyperlink Formatting */
body :link { color: #6B506A }  /* for unvisited links */
body :visited { color: #6B506A } /* for visited links */
body :active { color: #6B506A } /* when link is clicked */
a:hover { color: #493648 } /* when mouse is over link */

p {
	font-size: 90%;
}

.bodylarge {
	font-size: 110%;
	font-weight:bold;
}

.bodyxlarge {
	font-size: 130%;
	font-weight:bold;
}

.bodymedium {
	font-size: 85%;
}

.bodysmall {
	font-size: 65%;
}

table.global {
	border: 3px #6B506A solid;
}

table.inside {
	background-color: #E7F5BA;
}
