body 	{
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	background-color : #FFFFFF;
}

h1 {
	font-size : 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color : #00257E;
}

h2 {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color : #00257E;  
}

p {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
	
a {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #00257E;
}

a:active {
	color : #004F59;
}

a:visited {
	color : #00257E;
}

a:hover {
	color : #B74204;
}

ul {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #00257E;
}

ul li {
	list-style-type:square;
}

ul ul li {
	font-size : 11px;
	list-style-type: disc;
	color : #000000;
}

.h1 {
	font-size : 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color : #00257E;
}

.h2 {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color : #00257E;
}

.p {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

.small {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

.blue {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color : #00257E;
}

.purple {
	color : #A40091;
}

.teal {
	color : #004F59;
}

.form {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #00257E;
	background-color : #F4E6F3;
}
	
a.small {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #00257E;
}

a:active.small {
	color : #004F59;
}

a:visited.small {
	color : #00257E;
}

a:hover.small {
	color : #B74204;
}

td {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
}