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

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #efefef;
}

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

img {
	border: 0px;
}

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

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}

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

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}

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

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	margin: 0;
	padding: 0;
}

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

h4 {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0.0625em;
	color: #000000;
	margin: 0;
	padding: 0;
}

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

h5{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	margin: 0;
	padding: 0;
}

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

h6 {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	margin: 0;
	padding: 0;
}

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

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

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

hr {
	border: 0px;
	border-top: solid 1px #d3d3d3;
}

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

/*****************************************
		TinyMCE specific styles
 *****************************************/
body.mceContentBody {
	background: #ffffff;
	padding: 20px;
	font-size: 11px;
}
/************* TinyMCE END **************/