* {
margin: 0px;
padding: 0px;}

body {
   margin-top: 0px;
   background-image:url('images/bg_strip.png');
   background-repeat: repeat-x;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   }

table {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   font-size: 12px;
}

td {
text-align: left;}

a {
    color:#f09b1a;
}

hr {
text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   margin-bottom: 10px;
}

.left {
float: left;}

.clearer {
clear: both;}

.maintable {
    margin-top: 0px;
}

.topnavigation {
    background-image:url('images/TopBar.png');
    padding-left:5px;
    padding-right:5px;

    }

.topnavigation_text {
    font-size:12px;
    color:#FFFFFF;
	margin-top: 3px;
    }

.welcome_text {
    font-size:12px;
    color:#333333;
    vertical-align:middle;
    padding-top: 15px;
	text-align:justify;
    }

.article_text {
    font-size:12px;
    color:#333333;
    vertical-align:middle;
    text-align:justify;
    }

.article_text p{
margin-left: 5px;}

.heading_text {
    font-weight:bold;
    font-size:12px;
    }

.bottomnavigation {
    height: 20px;
    background-image:url('images/bottom_bar.png');
    padding-left:5px;
}

.signin_table {
    padding:15px;
    background-color:#e9e9e9;
    border-width: 1px;
    border-color: #666666;
    border-style: dotted;
}

.headerunderline {
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    border-bottom-style: dotted;
    padding-top:10px;
}

input.newsletter {
font-size: 11px;
color: #999999;}