/* 
    Document   : tcc
    Created on : Feb 26, 2009, 2:26:48 PM
    Author     : DhanrajJoseph
    Description:
        Purpose of the stylesheet follows.
*/

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

#topbanner {height: 189px; width: 776px; background-image: url('images/top_banner.jpg');}
#mid {height: 45px; width: 776px; overflow:hidden; padding-top:5px; background-image: url('images/mid_bg.jpg');}
#content1 {width:736px; border: 0; padding: 20px; text-align: left;}
#bot {width: 776px}
#bot p {height: 80px; width: 565px; font-size: 11px}

td {
    font-size: 12px;
}

legend {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: orange;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btnlinks {
    padding: 6px 10px 6px 10px;
    margin: 6px;
    border: 2px solid #000000;
    background-color: #c30000;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.btn {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 2px solid #000000;
    background-color: #c30000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    height: 30px;
    text-transform: uppercase;
}

#mid a {
    line-height:150%;
    padding: 0px 10px 0 10px;
    border-width: 0 0 0 1px;
    border-color: #333333;
    border-style: solid;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
}

#mid a:hover {
    color: #000000;
}

h1 {
    color: orange;
    font-size: 15px;
}

h3 {
    font-size: 12px; margin-bottom: 4px
}

.error {
    color: red;
    font-weight: bold;
    display: block;
    margin: 20px;
    padding: 20px;
    background-color: #ffffcc;
    border: 1px solid black;
}
