
/*comment*/
body
{
background: #ffffff url(../gfx/tdiac_logo_lg.jpg) no-repeat fixed center;
font-family: Verdana,Helvetica,sans-serif;
font-size: 11px;
line-height:20px;

color: black;
}

div.header
{
margin: auto;
padding: 1px 10px 0px 10px;
position: relative;
background: #fff url(../gfx/header_bg.png) no-repeat;
font-size: 13px;
text-align: left;
width: 1004px;
height: 24px;
top: 0px;
}

div.footer
{
position: relative;
margin:auto;
height:20px;
width:1024px;
background-color:#fff;
text-align: center;
font-size: 9px;
color: rgb(170, 170, 170);
}

div.main
{
margin: auto;
position: relative;
width: 1024px;
}

img
{
padding:8px 8px 0px 0px;
}

hr
{
color:#000;
height:1px;
width:100%;
}

h1
{
color: rgb(51, 51, 153);
font-size: 25px;
line-height:30px;
position:relative;
top:15px;
font-weight:600;
font-family: Times New Roman,Times,serif;
/*font-family: Arial,Helvetica,sans-serif;*/


}

em
{
font-size:11px;
}

strong
{
font-weight:600;
color: rgb(51, 51, 153);
}


a:link {color: #060;font-weight:bold;}
a:visited {color: #393;font-weight:bold;}
a:hover {color: red; font-weight:bold;}
a:active {color: red;font-weight:bold;}




div.header a:link {color: #ccc;text-decoration: none;font-weight:normal;}
div.header a:visited {color: #ccc;text-decoration: none;font-weight:normal;}
div.header a:hover {color: #fff; text-decoration: none;font-weight:normal;}
div.header a:active {color: #33a;text-decoration: none;font-weight:normal;}
div.header a.active {color: rgb(51,51,153);}

/*comment*/