body {
	margin: 0px 0px 0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	background-repeat:no-repeat;
}
body, table, td, span, div, p {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:10pt;

}

#smalltext{
	font-size:10px;
}

.articleTitle{
	font-size:14pt;
	font-weight:bold;
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:visited:hover {
	color:#000000;
	text-decoration:underline;
}

.formButton {
	BORDER-RIGHT: #D4D0C8 1px solid;
    BORDER-TOP: #D4D0C8 1px solid;
    BORDER-LEFT: #D4D0C8 1px solid;
    BORDER-BOTTOM: #D4D0C8 1px solid;
    font-size: 11pt;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    color:#000000
    background-color:#FFFFFF;
}

.TextBox
{
    FONT-SIZE: 11pt;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    COLOR: #000000;
}

.borderTable
{
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
}

.Header
{
	font-size:20px;
}

