body {
    background-image: url('/img/background.gif');
    font-family : arial, helvetica, sans-serif;
}
.EndBlock {
    background-color : #ffffff;
    background-image: url('/img/hd_endblock.gif');
    background-repeat: repeat-x;
}
b {
	font-weight : bold;
}

p {
	font-size : 13px;
	font-family : arial, helvetica, sans-serif;
	color : #000000;
}

u  {
	text-decoration : underline;
}

i  {
	font-style : italic;
}
a {
    color : #FF4040;
}
a:visited {
    color : #FF4040;
}
a:hover {
    color : #FF4040;
}
a:active {
    color : #FF4040;
}
.Error {
	font-size : 13px;
	font-family : arial, helvetica, sans-serif;
	color : #ff0000;
}
.NormalBody {
	font-size : 13px;
	font-family : arial, helvetica, sans-serif;
	color : #000000;
}
.SmallBody {
	font-size : 11px;
	font-family : arial, helvetica, sans-serif;
	color : #000000;
}
.TinyBody {
	font-size : 10px;
	font-family : arial, helvetica, sans-serif;
	color : #000000;
}
.SmallBodyComment {
	font-size : 11px;
	font-family : arial, helvetica, sans-serif;
	color : #808080;
}
.FormQuestion {
    font-family : arial, helvetica, sans-serif;
    font-size   : 13px;
    color  : #000000;
}
.FormQuestionSmall {
    font-family : arial, helvetica, sans-serif;
    font-size   : 13px;
    color  : #000000;
}

.FormInput {

}
.hpBox {
	border-width : 1px;
	border-color : #000000;
	border-style : solid;
}
.TextBox {
    background-color : #ffffff;
    width     : 220px;
    border    : 1px black solid;
    font-size : 11px;
    font-family : arial, helvetica, sans-serif;
}

.TextBoxSmall {
    background-color : #ffffff;
    width     : 150px;
    border    : 1px black solid;
    font-size : 11px;
    font-family : arial, helvetica, sans-serif;
}

.tableBorder {
    background-color : #ffffff;
    border    : 1px black solid;
}