/*
 * Combined style sheet for all main access pages.
 */
/* Style for all bodies. */
body {
	font-size: 13px;
	background-color: #ffffff;
	color: 000000;
	font-family : "Times New Roman";
}

img {
	border-color: #C0C0C0;
}

a:link {
	text-decoration: underline;
	color: Gray;
}

/* Custom link styles */
a:visited {
	text-decoration: underline;
	color: Gray;
}

a:hover {
	text-decoration: underline;
	color: Black;
}

a:active {
	text-decoration: none;
	color: Gray;
}

#bodytext {
	font-size : 14pt;
	color: #333333;
}

#footertext {
	color: Gray;
	font-size : 12pt;
	text-align: left;
}

#legaltext {
	font-size: 7pt;
	font: Arial;
	color: Gray;
}

/* Contact us page */
#contactustext {
	font-size: 16pt;
}
#message {
	font-size: 14pt;
}

/* Header */
h1 {
	font-size: 130%;
	font-weight: bold;
}

/* Class for tables */
table.tabletype1 {
	text-align: left;
	background-color: #ffffff;
	font-size: 14pt;
	color: #333333;
}

