html {
	height: 100%;
	width: 100%;
	margin-bottom: 0px;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #1A1D1F;
	height: 100%;
	width: 100%;
    text-align: center;
    background-image: url(../images/gradient_tile_01.gif);
    background-repeat: repeat-x;
}

a.titles
{
    color:#fff;
    text-decoration:none;
}

a.img 
{
    border: 0;
}

.gradient_bg_left
{
	background-image: url(../images/gradient_bg.jpg);
  background-repeat: no-repeat;
  background-color: #1A1D1F;
}

.gradient_bg_right
{
    background-image: url(../images/gradient_bg_right_04.jpg);
    background-repeat: no-repeat;
    
}

.main_container
{
    width: 820px;
    height: 100%;
	text-align: center;
	margin: auto;
    background-color: #000000;
}

.content_container
{
    width: 820px;
    height: 100%;   
    text-align: center;    
    margin: auto;       
    background-color: #000000;  
}

.footer
{
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #1A1D1F;
}

.content_header
{
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.95em;
}

.content_header_small
{
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75em;
}

.lt_blue_content_header
{
    color: #61ABEB;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.95em;
}

.page_header
{
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.2em;
}

.newsletter_blueText
{
    color: #758CA0;
    font-family: Arial;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 2px;
}

a.newsletter_blueLink
{
    color: #758CA0;
    font-family: Arial;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 2px;
    text-decoration: none;
}

.content_text
{
    color: #CCCCCC;
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
}

.white_content_text
{
   color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
    padding-left: 4px;
}

.small_italics
{
    color: #CCCCCC;
    font-family: Arial;
    font-size: 10px;
    line-height: 18px;
    font-style: italic;
}


.content_textGray
{
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

a.content_GrayLink
{
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

a.content_GrayLink:hover
{
    text-decoration: underline;
}



a.content_textLink
{
    color: #CCCCCC;
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
    text-decoration: underline;
}

a.footer_link
{
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-decoration: none;
}

a.footer_link:hover
{
    text-decoration: underline;
}

.inputFormStyle
{
    border: 1px solid #CECECE;
    height: 16px;
    color: #000000;
    font-family: Arial;
    font-size: 11px;
}
