

body {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    background-color: #666666;
}


/**
 * Common site font styles
 */
h1,h2,h3,h4,h5,h6 {
    font-family: tahoma, verdana, arial, sans-serif;
}
h1 {
    margin: 0px;
    font-size: 22px;
    letter-spacing: 1px;
}
a, a:active, a:visited {
    color: #004080;
}
.med {
    font-size: 13px;
}
.small {
    font-size: 11px;
}
.tiny {
    font-size: 10px;
}
.indent {
    margin-left: 10px;
}

/**
 * Site layout styles
 */
.body-outer {
    width: 728px;
    margin: 0px auto 0px auto;
    padding: 0px;
    border-right: solid 2px #6f7b99;
    border-left: solid 2px #6f7b99;    
}
.body-top {
    background-color: #6f7b99;
    color: #ffffff;
    font-size: 11px;
    padding: 6px;
    text-align: center;
}
.body-top a, .body-top a:active, .body-top a:visited {
    color: #eeeeee;
}
.body-header {
    padding: 0px;
    height: 168px;
    background-image: url(images/hd.gif);
    background-repeat: repeat-x;
    background-color: #f8f9fa;
}
.body-header a, .body-header a:active, .body-header a:visited {
    font-size: 40px;
	position:fixed;
	top: 30px;
	text-decoration:none;
    color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
    padding-left: 8px;
}
.body-header a:hover {
    color: #777777;
}
p.tagline {
	font-size:14px;
	font-weight:700;
	position:absolute;
	width:425px;
	top:80px;
	color:#B1B1B1;
	margin:0;
	padding:0;
}
.body-menu {
    background-color: #505050;
    padding: 5px;
    border-top: solid 1px #dde0e6;
    border-right: 0px;
    border-bottom: solid 1px #dde0e6;
    border-left: 0px;
	text-align:center;
}
.body-menu a, .body-menu a:active, .body-menu a:visited {
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
    padding-left: 8px;
}
.body-menu a:hover {
    color: #777777;
}
.body-content {
    padding: 10px;
    background-color: #ffffff;
}
.body-footer {
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    padding: 10px;
    text-align: center;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    color: #eeeeee;
}


/**
 * Table styles for PR results
 */
.tbl-outer {      

}
.tbl-row1 {   
    font-size: 11px;   
    background-color: #f9f9f9;      
    padding: 2px 5px 2px 5px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}
.tbl-row2 {
    font-size: 11px; 
    padding: 2px 5px 2px 5px;
    background-color: #f3f3f3;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}


/**
 * Form styles for PR checker
 */

.form-outer {
    margin: 10px 0px 10px 0px;
    padding: 10px;
    background-color: #f9f9f9;
    border: solid 1px #f3f3f3;
}
.form-outer input, .form-outer textarea {
    font-family: verdana, tahoma, courier new, sans-serif;
    font-size: 13px;
}

/**
 * Misc styles
 */
.error-row {
    margin: 5px;
    padding: 4px;
    font-size: 11px;
    background-color: #fff9f9;
    border: solid 1px #aa0000;
    color: #660000;
}
.error-msg {
    color: #cc0000;
}

