/* CSS Document */

body{
margin:0px;
background-color:#CCCCCC;
background-image:url(images/bg.gif);
background-position:top;
background-repeat:repeat-x;
}

p{
color:#000053;
font-family:Arial;
font-size:11px;
margin:10px;
line-height:15px;
}

h1{
font-family:"helvetica bold";
font-size:18px;
color:#FFFFFF;
margin:10px;
}

h2{
margin:5px;
margin-left:25px;
color:#000053;
font-family:helvetica;
font-size:15px;
}

h3{
margin:5px;
margin-left:25px;
color:#ffffff;
font-family:helvetica;
font-size:15px;
}


.dot{
background:url(images/dot.jpg) repeat-x bottom;
}

/*Link*/
a:link {
color : #000053; 
text-decoration : none; 
} 
a:visited {
color : #000053; 
text-decoration : none; 
} 
a:hover {
color : #ffffff; 
text-decoration : none; 
} 
a:active {
color : #000053; 
text-decoration : none; 
} 


.table{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000053;
padding:10px;
}