@charset "utf-8";
/* CSS Document */

.title{
/*background: #FF9900  url(BackGrounds/Background.png) ;*/
background-image:url(BackGrounds/Background.png)  ;
background-repeat: repeat-x;
font-family: "Times New Roman", Times, serif;
font-weight: 900;
text-align:center;
display:block;
width:850px;
height:33px;
margin-top:30px;
margin-left:auto;
margin-right:auto;
padding-top:7px;
}
.flashOne{
position:relative;
display:block;
float:left;
width:250px;
color: #000000;
font-size:16px;
margin-top:1px;
}
.flashTwo{
position:relative;
display:block;
float:left;
width:250px;
color: #CC0000;
font-size:25px;
margin-top:-7px;
}
.normal{
display:block;
position:relative;
left:-5px;
}
.titleLink{
color: #FF0000;
text-decoration:none;
position:relative;
left:6px;
}
.titleLink:hover{
color: #3399FF;
text-decoration:none;
position:relative;
left:6px;
}
