/* 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:62.5%; /* This sets the default font size to be equivalent to 10px from 16px */
	color: #3D3372;
	margin: 10px 0px 0px 0px;
}

/* 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,textarea, select, th, td {font-size:1em}
form {padding:0; margin:0;} 

/* Links */	
a:link 	  {color: #22016a; padding-left:2px; padding-right:2px; text-decoration:none;}
a:visited {color: #22016a; text-decoration:none;}
a:hover   {color: #d1c5dd; text-decoration:none; background-color:#FFFFFF;}
a:active  {color: #22016a; text-decoration:none;}

/* Lists applied to the .textBox class so we dont break the menu */
.textBox ul {
	list-style-image:url(../images/bullet.gif);
	margin-left:10px;
	padding-left:30px;
}
.textBox li {
	padding: 0px;
	margin: 0px;
	line-height:20px;
}

/* 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; }

.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 */
	}
	

.minifoot {
	font-size: 9px;
}

.formstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: 1px solid #663399;
}
