body, td, div, p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;line-height:150%;}


body{
	background-image:url(../images/bgStripe.png);
	margin:0;
	padding:0;
}

.container{
	vertical-align:top;
	width:750px;
	height:100%;
	margin:0;
	padding:0;
}



.headerBox
{
    color: #ffffff;
    width: 100%;
    text-align: left;
    background-image: url(../images/headerBG.png);
	background-repeat:repeat-x;
    border: 1px solid #000000;
	z-index:1;
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

.contentBox
{
    color:#333333;
	font-weight:bold;
    width: 100%;
    text-align: left;
    background-image: url(../images/tableBG.png);
    border: 1px solid #000000;
	
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

.headerBoxBlack
{
    color: #ffffff;
    width: 100%;
    text-align: left;
    background-color:#000000;
	background-repeat:repeat-x;
    border: 1px solid #000000;
	z-index:1;
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

.contentBoxBlack
{
    color:#333333;
	font-weight:bold;
    width: 100%;
    text-align: left;
    background-image: url(../images/tableBG.png);
    border: 1px solid #000000;
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

.headerBoxRed
{
    color: #ffffff;
    width: 100%;
    text-align: left;
    background-color:#FF0000;
	background-repeat:repeat-x;
    border: 1px solid #000000;
	z-index:1;
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

.contentBoxRed
{
    color:#333333;
	font-weight:bold;
    width: 100%;
    text-align: left;
    background-image: url(../images/tableBG.png);
    border: 1px solid #000000;
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

.headerBoxOrange
{
    color: #ffffff;
    width: 100%;
    text-align: left;
    background-color:#FF6600;
	background-repeat:repeat-x;
    border: 1px solid #000000;
	z-index:1;
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

.contentBoxOrange
{
    color:#333333;
	font-weight:bold;
    width: 100%;
    text-align: left;
    background-image: url(../images/tableBG.png);
    border: 1px solid #000000;
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

.headerBoxBlue
{
    color: #ffffff;
    width: 100%;
    text-align: left;
    background-color:#0000FF;
	background-repeat:repeat-x;
    border: 1px solid #000000;
	z-index:1;
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

.contentBoxBlue
{
    color:#333333;
	font-weight:bold;
    width: 100%;
    text-align: left;
    background-image: url(../images/tableBG.png);
    border: 1px solid #000000;
    /*background-color: #ff0000;
    
    background-repeat: no-repeat;
    */
}

a.bodyLinks, a.bodyLinks:visited{
	font-size: small;
	color:#0000FF;
	font-weight: bold;
	margin-left: .5em;
	text-decoration: none;
}

a.bodyLinks:hover{
  	text-decoration: underline;
}

#indent{
	font-size:13px;
	text-align:left;
	margin-left:1em;
	width:auto;
}


.textOblique{
	padding: 0px 1em 0px 1em;
	font-style:oblique;
}

#datestamp{
	font-size:80%;
	color:#0066FF;
	padding-left: 10px;
}

#datestampWhite{
	font-size:80%;
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 10px;
}

.whitefont{
	color:#FFFFFF;
}

.labelink{
	font-size: small;
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
}

#blink a:link{
	color:#0000FF;
	text-decoration: none;
}

#blink a:visited{
	color:#0000FF;
	text-decoration: none;
}

#blink a:hover{
	color:#0099FF;
	text-decoration:blink;
}



#wlink a:link{
	color:#FFFFFF;
	text-decoration: none;
}

#wlink a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

#wlink a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration: blink;
}

