/**************************** Website Settings *****************************/

html
{
	margin:0px;
	padding:0px;
}
body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #FFF;
	color: #4e4e4e;
	font: small/18px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; /* Medium = 11 px - Small = 9px */
	line-height: 1.2em;
	text-align:left;
}

/****************************** Text Settings ******************************/

h1, h2, h3, h4, h5, h6
{
	color:#1e0fb1;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:125%;
}
p
{
	margin: 0px 0px 1em 0px;
	line-height: 1.2em;
}
li
{
	margin: 0em;
	padding: 0em; 
	line-height: 1.2em;
}
a
{
	color:#7f233f;
	text-decoration:none;
}
a:hover
{
	color:#7f233f;
	text-decoration:underline;
}

/*************************** CMS Style Settings ***************************/

.warning {
	color: #FF0000;
}
.highlight {
	color: #00FFFF;
}

/* TinyMCE specific rules 
body.mceContentBody {
   background: #FFF;
}*/

/**************************** Form Settings ****************************/

input, textarea
{
	color:#4e4e4e;
}
form
{
	margin: 0px;
	padding: 0px; 
}

/* Used for aligning textfields with labels */

body div.input label
{
	display: block;
	float: left;
	width: 120px;
	padding: 0.3em 0.5em 0.3em 0em;
	margin: 0em 0em 0.5em;
	text-align:left;
}
body div.input
{
	clear: left;
	display: block;
	margin: 0.5em 0em 0em;
	padding: 0.1em 0.3em 0.1em 0em;
}

/***************************** Image Settings ****************************/

img
{
	border:0px solid #000000;
}

/* image caption - used in ibrowser */

body img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
body img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

body span.capDivRightBrd {
	float: right;
	border: 1px solid #cccccc;
	background-color: #f0f0ee;
	padding: 5px;	
	height: auto;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
body span.capDivRight {
	float: right;
	padding: 5px;	
	height: auto;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
body span.capDivLeftBrd {
	float: left;
	border: 1px solid #cccccc;
	background-color: #f0f0ee;
	padding: 5px;	
	height: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
body span.capDivLeft {
	float: left;
	padding: 5px;	
	height: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
body span.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;	
	line-height: 12px;	
	color: #666666;
	background-color: transparent;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	display: block;	
}
