
h1
{   
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;	
	line-height:22px;	   
}

h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#124c9a;
	font-weight:bold;	
}

h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#124c9a;
	font-weight:lighter;	
}


.style1
{
    width: 100%;
}


.twolinks
{
    color:#07519a;
}

.modalBackground {
	background-color:Black;	
	opacity:0.5;
	filter: alpha(opacity=50);
}


#loginPopup{
	width:600px;
	margin:auto;
	border:2px solid #ffffff;
}

#FBloginPopup{
	width:395px;
	margin:auto;
	border:2px solid #ffffff;
}

#loginPopupBack{
	background-image:url(../images/big_back.gif);
	background-repeat:repeat-y;
	width:600px;
}

#FBloginPopupBack{
	background-image:url(../images/big_back.gif);
	background-repeat:repeat-y;
	width:395px;
}

.TextUnderline
{
    text-decoration: underline;
    color: Blue;    
}

#postQueryPopup
{
	height:400px;
	width:540px;
	margin:auto;
}
#postQueryBack
{
	background-image:url(../images/big_back.gif);
	background-repeat:repeat-y;
	width:540px;
	height:400px;
}

.ModalPopupBG
{
   background-color:Black;        
   opacity: 0.5;
   filter: alpha(opacity=50);
}

.NoUnderline
{
    text-decoration : none;   
    color: #00008B;
}

.NoUnderline:hover
{
	text-decoration: underline;	
	color: #00008B;
}

.spacing input{text-transform:uppercase;}

.uppercase_Text{text-transform: uppercase; }