/*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: 8pt;
	line-height: 10pt;
	color: #666666;
}

p {
	font-size: 8pt;
	line-height: 10pt;
	color: #666666;
}

#error {
	color: #FF0000;
	font-weight: bold;
}

#success {
	color: #33CC00;
	font-weight: bold;
}

strong {
	color: #003399;
}

h1 {
	font-size: 10pt;
	line-height: 11pt;
	text-transform: capitalize;
}

h2 {
	font-size: 9pt;
	line-height: 10pt;
	color: #003399;	
}

h3 {
	font-size: 8pt;
	color: #003399;	
}

h4 {
	font-size: 8pt;
	color: #003399;
	font-weight: bold;
}

/*WEBSITE LINKS STYLE*/

a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #003399;
}
