/***************************************************
   DEFAULT SETTINGS FOR BROWSER COMPATIBILTY
 ***************************************************/

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	background: url(../images/bodybg.jpg) repeat-x #bbd3d5;
}

input, textarea, select {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

img {
	border: 0px;
}

a:link {color: #3e468f; text-decoration: none;}
a:visited {color: #3e468f; text-decoration: none;}
a:active {color: #3e468f; text-decoration: none;}
a:hover {color: #3e468f; text-decoration: underline;}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #3e468f;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

h1 a:link {color: #3e468f; text-decoration: none;}
h1 a:visited {color: #3e468f; text-decoration: none;}
h1 a:active {color: #3e468f; text-decoration: none;}
h1 a:hover {color: #3e468f; text-decoration: underline;}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

h2 a:link {color: #666; text-decoration: none;}
h2 a:visited {color: #666; text-decoration: none;}
h2 a:active {color: #666; text-decoration: none;}
h2 a:hover {color: #666; text-decoration: underline;}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

h3 a:link {color: #666; text-decoration: none;}
h3 a:visited {color: #666; text-decoration: none;}
h3 a:active {color: #666; text-decoration: none;}
h3 a:hover {color: #666; text-decoration: underline;}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

h4 a:link {color: #666; text-decoration: none;}
h4 a:visited {color: #666; text-decoration: none;}
h4 a:active {color: #666; text-decoration: none;}
h4 a:hover {color: #666; text-decoration: underline;}

h5{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

h5 a:link {color: #666; text-decoration: none;}
h5 a:visited {color: #666; text-decoration: none;}
h5 a:active {color: #666; text-decoration: none;}
h5 a:hover {color: #666; text-decoration: underline;}

h6 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

h6 a:link {color: #666; text-decoration: none;}
h6 a:visited {color: #666; text-decoration: none;}
h6 a:active {color: #666; text-decoration: none;}
h6 a:hover {color: #666; text-decoration: underline;}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

pre, code, form, blockquote, fieldset, p {
	margin: 0;
	padding: 0;
}

hr {
	border: 1px solid #ffffff;
	border-top: solid 1px #999;
}

/******************* DEFAULT SETTINGS END ********************/


/*****************************************
		TinyMCE specific styles
 *****************************************/
body.mceContentBody {
	background: #ffffff;
	padding: 20px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}
/************* TinyMCE END **************/