html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body,td,.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size : 12px;
}

table#Table_01 {
	text-align: left;
}

a:link { color : #0000FF; }
a:visited,
a:hover { color : #800080; }
a:active { color : #FF0000; }

img { border-color : #000000; }

table#footer td {
	font-size: 10px;
	color: #808080;
}

table#footer td a:link,
table#footer td a:visited,
table#footer td a:active,
table#footer td a:hover {
	color: #808080;
}

div.content {
	height:350px;
	width:448px;
	overflow:auto;
}

/* --- Text Styles --- */

.PageTitle {
	font-weight: bold;
	font-size: 18px;
}

.RedText {
	color: #D6382B;
}

.SmallText {
	font-size: 10px;
}

/*
H1 {
	font-size : 18pt;
}

H2 {
	font-size : 16pt;
}

H3 {
	font-size : 14pt;
}

H4 {
	font-size : 12pt;
}

p { font-family: Arial, Helvetica; color: black; font-size : 10pt; }

table { font-family: Arial, Helvetica; color: black; font-size : 10pt; }

li { font-family: Arial, Helvetica; color: black; font-size : 10pt; }
*/