/* General tags */
BODY
{
    background-color: #878a69;
    margin: 0px;
}
H1
{
	font-family: Arial;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #eeeeee;
	text-align: left;
}
H2
{
	font-family: Arial;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #eeeeee;
	text-align: left;
}
P
{
    font-family: Trebuchet MS, Arial, Helvetica;
	color: #eeeeee;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
	text-align: left; 
}
A
{
	color: #e58ebc;
    text-decoration:none;
}
A:hover 
{
    text-decoration:underline;
}
LI
{
    margin-top: 4px;
    font-size: 12px;
    margin-bottom: 4px;
    font-family: Trebuchet MS;
    text-decoration: none;
    color: #e58ebc;
}
TABLE
{
}
TD
{
	text-align: left;
}
INPUT
{
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
}
TEXTAREA
{
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
}
SELECT
{
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
}
FORM
{
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
}
TABLE.Top
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    BORDER-LEFT: #666666 1px solid;
}
TABLE.Bottom
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-LEFT: #666666 1px solid;
    BORDER-BOTTOM: #666666 1px solid
}
TABLE.Middle
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-LEFT: #666666 1px solid;
}
.NoBreakBeforeAfter
{
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px
}
.NoBreakBefore
{
    MARGIN-TOP: 0px
}
.NoBreakAfter
{
    MARGIN-BOTTOM: 0px
}
.DoubleBreakBeforeAfter
{
    MARGIN-TOP: 8px;
    MARGIN-BOTTOM: 8px
}
.DoubleBreakBefore
{
    MARGIN-TOP: 8px
}
.DoubleBreakAfter
{
    MARGIN-BOTTOM: 8px
}
.HalfBreakBeforeAfter
{
    MARGIN-TOP: 2px;
    MARGIN-BOTTOM: 2px
}
.HalfBreakBefore
{
    MARGIN-TOP: 2px
}
.HalfBreakAfter
{
    MARGIN-BOTTOM: 2px
}
.Bordered
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}

/* Menu div (main DIV, P, A, P.Act) */
/* Only place content that overrides main tags here please */
DIV.Menu
{
	margin-top: 12px;
}
DIV.Menu P
{
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
}
DIV.Menu A
{
	color: #333333;
}
DIV.Menu P.Act
{
	font-weight: bold;
}

/* Content div (main DIV, P, A, H1, H2) */
/* Only place content that overrides main tags here please */
DIV.Content
{
}
DIV.Content H1
{
}
DIV.Content P
{
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: justify; 
}
DIV.Content A
{
}

/* Bottom links div (main DIV, P and A) */
/* Only place content that overrides main tags here please */
DIV.BottomLinks
{
margin-top: 2px;
margin-bottom: 2px;
}
DIV.BottomLinks P
{
	font-size: 10px;
	color: #cccccc;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
DIV.BottomLinks A
{
	color: #cccccc;
}

/* Links div (main DIV, P, H1, A) */
/* Only place content that overrides main tags here please */
DIV.Links P
{
	margin-top: 12px;
	margin-bottom: 12px;
}
DIV.Links H1
{
	font-weight: bold;
}
DIV.Links A
{
}

/* Survey div (main DIV, TABLE.SurveyTable, P, A, P.SurveyQuestion, P.SurveyDesc, TABLE.SurveyBar, P.SurveyPercentage, P.SurveyNote */
/* Only place content that overrides main tags here please */
DIV.Survey TABLE.SurveyTable
{
	background-color: #222222;
	border: solid 1px #eeeeee;
}
DIV.Survey P
{
}
DIV.Survey A
{
}
DIV.Survey P.SurveyQuestion
{
	margin-bottom: 2px;
}
DIV.Survey P.SurveyDesc
{
	font-size: 10px;
	margin-top: 2px;
}
DIV.Survey TABLE.SurveyBar
{
	background-color: #e58ebc;
}
DIV.Survey P.SurveyPercentage
{
}
DIV.Survey P.SurveyNote
{
	font-size: 10px;
}