/* CSS Document - Stylesheet for STRC*/

html {

	height: 100%;
}

body {
	height: 100%;
        font-size: 12px;
	margin-bottom: 1px;
        font-family: Verdana, Arial, Sans;
        background-color: #ffffff;
}

div#outer {

        width: 702px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 1px;
        border: none;
}

.breadcrumb {
        font-size: 10px;
}

a:link, a:visited {

	color: #627998; 
        text-decoration: none;
}

a:hover {
	color: #000000;	
        text-decoration: underline;
}

h2 {
        color: #627998; 
        font-weight: bold;
        font-size: 20px;
}

h3 {
        color: #627998; 
        font-weight: bold;
        font-size: 15px;
}

h4 {
        font-weigh: bold;
        font-size: 12px;
}

tr.rowheading {
        font-weight: bold;
        font-size: 12px;
        background-color: #627998;
        color: #ffffff;
}

tr.odd {
        vertical-align: top;
}

tr.even {
        vertical-align: top;
        background-color: #dbdcde;
}

.image-left {
        margin-top: 20px;
}

p {
        padding: 10px;
}

.annotation {
        font-style: italic;
        font-size: 12px;
}

lead {
        font-weight: bold;
}

table {
        border-style: none;
}

.top_navigation {
        
        font-weight: normal;
        width: 100%;
        text-align: center;
}

.footer {
        font-size: 10px;
        text-align: center;
        width: 100%;
}
