@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(/_images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3D3D3D;
	height:100%;
}
h1 {
	font-size: 16px;
	color:#7385ad;
}
h2 {
	font-size: 14px;
	color: #7385ad;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a.BlackLink{
	font-size:10pt;
	color:black;
	text-decoration:none;
}







/*Styles for the Teamsite Tables*/

table.basic{
        margin:1em 0;
        border:0;
        border-collapse:collapse;
        empty-cells:show;
        page-break-inside:avoid;
        width:100%;
        clear:both;
}
body.sidePanel table.basic{
        width:570px;
}
table.basic td,
table.basic th{
        border:0;
        padding:4px 8px;
        font-size:12px;
        text-align:left;
}

table.basic thead tr.h1,
table.basic thead tr.h1 th,
table.basic thead tr.h1 td{
        padding:4px 8px;
        font-size:12px;
        font-weight:bold;
        color:white;
        background-color:#859199;
}
table.basic thead tr.h2,
table.basic thead tr.h2 th,
table.basic thead tr.h2 td{
        padding:4px 8px;
        background-color:#E5E5E5;
}
table.basic tbody tr.underline1 td{
        border-bottom:1px solid #859199;
        padding-top:5px;
        padding-bottom:5px;
}
.red {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: FF0000;
}

.textwhite {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #FFFFFF;
}

.text {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #666666;
}

.box {
        border: 1px solid #42506F;
}
.textsmall {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #666666;

}
.textwhite {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #FFFFFF;
}

