A
{
    COLOR: dodgerblue
}
A:visited
{
    COLOR: royalblue
}
BODY
{
    FONT-SIZE: 13px;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(/images/starts.gif);
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: black
}
DynamicText
{
    FONT-WEIGHT: bold
}
INPUT
{
    BORDER-RIGHT: thistle 2px ridge;
    BORDER-TOP: thistle 2px ridge;
    FONT-SIZE: 11px;
    BORDER-LEFT: thistle 2px ridge;
    BORDER-BOTTOM: thistle 2px ridge;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
TEXTAREA
{
    BORDER-RIGHT: thistle 2px ridge;
    BORDER-TOP: thistle 2px ridge;
    FONT-SIZE: 11px;
    BORDER-LEFT: thistle 2px ridge;
    BORDER-BOTTOM: thistle 2px ridge;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
.button
{
    BORDER-RIGHT: white 2px outset;
    BORDER-TOP: white 2px outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FILTER: Alpha(Opacity=100, FinishOpacity=25, Style=2);
    BORDER-LEFT: white 2px outset;
    CURSOR: hand;
    COLOR: white;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: white 2px outset;
    BACKGROUND-COLOR: #e32f2f
}
.button_over
{
    BORDER-RIGHT: white 2px outset;
    BORDER-TOP: white 2px outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FILTER: Alpha(Opacity=100, FinishOpacity=25, Style=2);
    BORDER-LEFT: white 2px outset;
    CURSOR: hand;
    COLOR: white;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: white 2px outset;
    BACKGROUND-COLOR: #ff7070
}
.main_button
{
    BORDER-RIGHT: white 2px outset;
    BORDER-TOP: white 2px outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    FILTER: Alpha(Opacity=100, FinishOpacity=25, Style=2);
    BORDER-LEFT: white 2px outset;
    WIDTH: 120px;
    CURSOR: hand;
    COLOR: white;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: white 2px outset;
    HEIGHT: 30px;
    BACKGROUND-COLOR: #6152ad
}
.main_button_over
{
    BORDER-RIGHT: white 2px outset;
    BORDER-TOP: white 2px outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    FILTER: Alpha(Opacity=100, FinishOpacity=25, Style=2);
    BORDER-LEFT: white 2px outset;
    WIDTH: 120px;
    CURSOR: hand;
    COLOR: white;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: white 2px outset;
    HEIGHT: 30px;
    BACKGROUND-COLOR: red
}
.Picture_FloatRight{
	float:right;
	padding: 5px;
}
