﻿/* CSS Document */
body {
margin-top: 1px;
background-color: #737373;
font-family: "Trebuchet MS", verdana, arial, sans-serif;
font-size: 0.8em;
}

h1,h2,h3,h4,h5 {
font-family: "Trebuchet MS", verdana, arial, sans-serif;
color: #ffffff;
}

#header {
width: 800px;
height: 60px;
padding-top: 10px;
margin-left: 15%;
margin-right: 15%;
background-color: #ffffff;
color: #00000;
border: none;
}

#contents {
width: 800px;
margin-left: 15%;
margin-right: 15%;
padding: 10px;
background-color: #ffffff;
color: #00000;
border: none;
}

#footer {
width: 800px;
height: 60px;
padding-top: 10px;
margin-left: 15%;
margin-right: 15%;
background-color: #ffffff;
border: none;
}

.header {
height: 38px;
background-image: url(images/top_bg.gif);
background-repeat: repeat-x;
padding-left: 10px;
padding-top: 3px;
color: #ffffff;
}

.t_head {
height: 38px;
background-image: url(images/top_bg.gif);
background-repeat: repeat-x;
padding-left: 10px;
color: #ffffff;
}

.t_foot {
height: 38px;
background-image: url(images/bottom_bg.gif);
background-repeat: repeat-x;
}

.t_content {
background-color: #4e5c8a;
font-size: 0.7em;
color: #ffffff;
padding: 10px;
}

.footer_text {
font-family: verdana, arial, sans-serif;
font-size: 0.7em;
color: #000000;
}

.testi_body {
font-family: "Trebuchet MS", verdana, arial, sans-serif;
font-size: 0.95em;
font-style: italic;
}

.testi_auth {
font-family: "Trebuchet MS", verdana, arial, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: bold;
color: #cccccc;
}

.hr {
border-top: 1px dotted #ffffff;
height: 1px;
width: 100%;
text-align: center;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}

a {
font-family: "Trebuchet MS", verdana, arial, sans-serif;
color: #ffffff;
text-decoration: underline;
}

a:hover {
font-family: "Trebuchet MS", verdana, arial, sans-serif;
color: #cccccc;
text-decoration: none;
}
