@charset "utf-8";
/* CSS Document */
body{
font-family:Geneva, Arial, Helvetica, sans-serif;
background-image: url(../images/background_tile.gif);
background-repeat: repeat;
/* background-color: #5E53A2;
   background-color: #3A1968;*/
}

#swfCenter{
margin:0 auto;
text-align:center;

}

a:link{
color:#FFFFFF;
text-decoration:underline;
}
a:visited{
color:#FFFFFF;
text-decoration:none;
}

a:hover{
color:#FFFFFF;
text-decoration:underline;
}

a:active{
color:#FFFFFF;
text-decoration:none;
}

#enterTextBox{
float:left;
position:fixed;
text-align:center;
margin-left:225px;
margin-right:150px;
}

#mainPicture{
float:left;
text-align:center;
margin-left:225px;
margin-right:150px;
}

#enterPageTextBold{
font-size:14px;
font-weight:bold;
}

#enterPageTextMedium{
	font-size:11px;
	background-color: #4F96D0;
	padding:1px;
}

#enterPageTextSmall{
margin-top:45px;
text-align:center;
font-size:11px;
color:#FFFFFF;
}

#enterPageTextBlack{
margin-top:70px;
text-align:center;
font-size:10px;
color:#000000;
}

#floatClear{
clear:both;
}
