/*WEBSITE TYPE STYLE*/

body, p, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

body {
	font-size: 10pt;
	line-height: 10pt;
	color: #666666;
}

p {
	font-size: 9pt;
	line-height: 11pt;
	color: #666666;
}

strong {
	color: #2D75AA;
	font-weight: bold;
}

h1 {
	font-size: 12pt;
	line-height: 12pt;
	text-transform: capitalize;
	color: #2D75AA;
}

h2 {
	font-size: 11pt;
	line-height: 11pt;
	color: #2D75AA;	
}

h3 {
	font-size: 10pt;
	color: #2D75AA;	
}

h4 {
	font-size: 8pt;
	color: #2D75AA;
	font-weight: bold;
}

/*WEBSITE LINKS STYLE*/

a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:link {
	color: #2D75AA;
}
a:visited {
	color: #2D75AA;
}
a:hover {
	color: #2D75AA;
	text-decoration: underline;
}
a:active {
	color: #2D75AA;
}
.list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.list li {
	color: #2D75AA;
	font-size: 9pt;
	line-height: 11pt;
	margin: 0;	
	list-style: url(/images/bullet.gif) none;
}
/* LOGIN MESSAGES */

.loginmsg {
	font-weight: bold;
	color: #00CC33;
}
.loginmsgerror {
	color: #FF0000;
	font-weight: bold;
}

