BODY
{
	margin: 1px 10px 10px;
	color: white;
	font-family: Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/bgx.jpg);
}

.ErrorText
{
	font-size: 12px;
	color: red;
}

.news
{
	font-weight: normal;
	color: white;
	text-decoration: none;
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-size: 12px;
    font-weight: normal;
}

.NormalDouble
{
	font-weight: normal;
	font-size: 14px;
}

.TitleCase
{
	font-weight: bold;
	font-size: 16px;
}

.NormalTextBox
{
    font-size: 1.2em;
    font-weight: normal;
}

.NormalRed
{
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-size: 12px;
    font-weight: bold;
}

.NormalItalic
{
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
.NormalText
{
    font-size: 12px;    
    line-height: 10px;    
}

.TxtStyle
{
	border-right: darkslateblue 1px solid;
	border-top: darkslateblue 1px solid;
	border-left: darkslateblue 1px solid;
	border-bottom: darkslateblue 1px solid;
	background-color: #ffffff;
}

.shadeform
{
	font: 13px arial, verdana, sans-serif;
	color: #000000;
	background-image: url(images/shadeform.gif);
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	border-left: lightblue 1px solid;
	border-bottom: lightblue 1px solid;
}

.dropdown
{
	color: #000000;
	background-image: url(images/shadeform.gif);
	font: 11px geneva, verdana, arial, sans-serif;
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	border-left: lightblue 1px solid;
	border-bottom: lightblue 1px solid;
}

UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left;
}
A
{
	text-decoration: none;
	color: lemonchiffon;
}
A:hover
{
	text-decoration: blink;
	color: yellow;
}
