/* CSS Document */
*{margin:0; padding:0; border:0;}
html{height:100%}
body{background-color:#FE98E2;  background-image:url(../images/common/background1.jpg); background-repeat:repeat-x; height:100%;}


/*TEXT STYLES*/
body {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color:#333333;
} 

p{font: 11px Verdana, Arial, Helvetica, sans-serif; margin-top:5px; color:#333333;}
a{text-decoration:none; color:#333333;}
a:hover{text-decoration:underline;}
.whiteText{color:#FFFFFF;
margin-left: 10px;
margin-bottom: 10px;
}
.whiteText a{color:#FFFFFF;}
.whiteText a:hover{text-decoration:underline; color:#FFFFFF;}
.whiteTextBold{color:#FFFFFF; font-weight:bold;
padding-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

.footertext{color:#FFFFFF;}
.footertext a{color:#FFFFFF;}
.footertext a:hover{text-decoration:underline; color:#FFFFFF;}


/*END TEXT STYLES*/
.searchbutton
{
   background-color: #FFFFFF;
   border:1px solid;
   border-top-color:#3266CC;
   border-left-color:#3266CC;
   border-right-color:#3266CC;
   border-bottom-color:#3266CC;}
}
.searchbox
{
border:2px;
}

table.menutables{margin: 5px 0px 0px 2px;}


.marginTop5px{margin:10px 0;}
.floatLeft{float:left;}
/*CLEARFLOATS*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{display:inline-block;}
/*Hide from IE Mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE Mac \*/


