/* Gloabl settings */
html {
	/* Always show a scrollbar for short pages. non-ie browsers */
	margin-bottom: 1px;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	font-size:70.5%; /* This sets the default font size to be equivalent to 10px from 16px */
	color: #212935;
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	line-height:180%;
}

/* Headers */
h1 {font-size:2em; font-weight:normal;}  /* displayed at 24px */
h2 {font-size:1.5em; font-weight:normal;}  /* displayed at 18px */
h3 {font-size:1.25em; font-weight:normal;}  /* displayed at 15px */
h4 {font-size:1em; font-weight:normal;}  /* displayed at 12px */

/* forms and tables for IE/Win mainly */
input, select, th, td {}
form {} 

/* Links */	
a:link 	  {color:#990033; padding-left:2px; padding-right:2px; padding-bottom:1px;}
a:hover   {color:#333333;}
a:visited {color:#990033;}
a:active  {color:#990033;}

/* Form Elements */
input,select,textarea {font-family: Verdana, Arial, Helvetica, sans-serif;}

/* fancy horizontal rules */
div.hr {
  height: 15px;
  background: #fff url(../images/hr.gif) repeat-x scroll center;
}
div.hr hr { display: none; }

/* general styles */

.purpleText {
	color:#4f0733;}
	
.buttonSmall{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* FCK editor styles */


	
/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
