/*layout*/

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background:url(images/bg_head.jpg) top repeat-x scroll;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
text-align:left;
}

#container{
width:800px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#header{
width:760px;
}

#footer{
width:100%;
text-align:center;
}

#main{
}

.number {
font-size: 18px;
font-weight: bolder;
color: #FFFFFF;
}

.bigwhite{
background:url(images/title_box.gif) center top no-repeat;
}

.style2 {font-size: 14px}

/*links*/
a:hover {
color: #D70A8B;
text-decoration: underline;
}

a.title {font-size: 14px; font-weight: bold; text-decoration:none;}
a.title:link {color: #FFFFFF}
a.title:visited {color: #FFFFFF}
a.title:hover {color: #F19DD2}
a.title:active {color: #FFFFFF}

.pink {
color: #D70A8B;
text-decoration: none;
}

.bluelink {
color: #0D426A;
text-decoration: none;
}

.whitelink {
color: #FFFFFF;
text-decoration: none;
}

/*footer*/

.copyright {
	font-size: 9px;
	color: #FFFFFF;
}
