﻿/* CSS For Newsletter,Poll and News Components*/

.newsletter_head
{
	color: #8e8e8e;
    font-family:Georgia;
    font-size: 16px;
    font-weight:bold;
    padding-left:15px;
    line-height:36px;
    background: url("images/cat_head.png");
    border-bottom:1px #999999 solid;
}
.newsletter_content
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #010101;
    background: #8e8e8e;
    border-bottom:1px #999999 solid;
    border-left:1px #999999 solid;
    border-right:1px #999999 solid;
}
.newsletter .textbox
{
    font-size: 11px;
}


.poll_title
{
	color: #8e8e8e;
    font-family:Georgia;
    font-size: 16px;
    font-weight:bold;
    padding-left:15px;
    line-height:36px;
    background: url("images/cat_head.png");
    border-bottom:1px #999999 solid;
}
.poll_content
{
    padding: 5px;
    font-family:Arial;
    font-size:11px;
	color: #010101;
    background: #8e8e8e;
    border-bottom:1px #999999 solid;
    border-left:1px #999999 solid;
    border-right:1px #999999 solid;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    font-weight:normal;
}

.news_head
{
	color: #8e8e8e;
    font-family:Georgia;
    font-size: 16px;
    font-weight:bold;
    padding-left:15px;
    line-height:36px;
    background: url("images/cat_head.png");
    border-bottom:1px #999999 solid;
}

.news_description
{
    font-family:Arial; 
    font-size:12px;
    color:#010101;
    background: #8e8e8e;
    border-bottom:1px #999999 solid;
    border-left:1px #999999 solid;
    border-right:1px #999999 solid;
    text-align:center;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    text-align:center;
   
}
.news_content
{
    padding: 5px;
    font-family:Arial;
    font-size:11px;
    color: #010101;
    background: #8e8e8e;
    border-bottom:1px #999999 solid;
    border-left:1px #999999 solid;
    border-right:1px #999999 solid;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    text-align:center;
}
.news_content a
{
    color: #010101;    
}


