a:link {
	color : #cc0000;
	text-decoration : none;
	font-weight : bold;
}

a:active {
	color : #cc0000;
	text-decoration : underline;
	font-weight : bold;
}

a:visited {
	color : #cc0000;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	color : #00007e;
	text-decoration : underline;
	font-weight : bold;
}

body {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin : 0 0 0 0;
}

div {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

form {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin : 0 0 0 0;
}

h1 {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
}

h2 {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

h3 {
	color :  #00007e;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

h4 {
	color : #00007e;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
}

h5 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
}

h6 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

hr {
	border : 0;
	color : #00007e;
	height : 1px;
}

ol {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	padding-bottom : 8px;
}

ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	padding-bottom : 8px;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

pre {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

table {
	margin : 0 0 0 0;
}

td {
    background-image: url('');
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.bold {
	font-weight : bold;
}

.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
}

.italic {
	font-style : italic;
}

.red {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

.redbig {
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

.blue {
	color : #00007e;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.small {
	font-size : 11px;
}



