/* CSS Document */


body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000; background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

	color: #000000;
}

/* Links */

a {background-color:inherit; color:#010091; font-weight:bold; text-decoration:none;}

a:hover {background-color:inherit; color:#625cac; font-weight:bold; text-decoration:underline;}



h1
{
color:#6D062D;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
}

h1 a
{
color:#6D062D;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
}

h1 a:hover
{
color:#6D062D;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
text-decoration:underline;
}


h2
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#000000;
}

h3
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#6D062D;
}

h4
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
color:#000000;
}

h5
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
color:#6D062D;;
}


.maintable {
background-color:#FFFFFF;

margin-top:0px;
border-style:groove;
border-width:thin;

border-color:#663333;
}



.regulartext {
font: 12px Verdana, Arial, Helvetica, sans-serif;
padding:10px;
width:inherit;
	
}

.whitetext {
font: 12px Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;

width:inherit;
background-color:#5b5757;
text-align:center;
	
}

.header {
background-image:url(images/DINA-header4-08_02.gif);	
}


.textbox{
border:#000000;

padding:8px;
}

.top-nav {
font-size:12px;
padding:7px;

text-align:right;
	
}

.top-nav a {

font-size:12px;


}




.top-nav a:hover {
font-size:12px;

text-decoration:underline;

}

.footer-main {

padding:7px;
width:100%;
text-align:center;
font-size:10px;
color:#010091;
	
}

.footer-main a { 
font-size:10px;
text-decoration:underline;
color:#010091;
	
}

.footer-main a:hover { 
font-size:10px;
text-decoration:underline;
color:#625cac;
	
}


.left-nav-background {
height:inherit;
padding:0px;
width:200px;


}


div#dataProfileContainer table {
    width:100%;
    border:1px;
}
div#dataProfileContainer table th {
    height:auto;
}
div#dataProfileContainer table.SingleDataTable th {
    text-align:left;
	border: 0px;
	height: 20px;
}
div#dataProfileContainer table.SingleDataTable td {
    text-align:right;
    min-width:100px;
	border: 0px;
	height: 20px;
}

