@charset "utf-8";
/* CSS Document */

body
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFFFFF;
}

img{border: none;}

a {color: #666666; text-decoration: none;}
a:hover {text-decoration: underline;}

h1
{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	color: #6e3c15;
	text-transform: capitalize;
}

h2
{
	margin: 0px;
	padding: 10px 0px;
	font-size: 18px;
	color: #666;
}

.insertCustomPHP
{
	border: 2px solid #999999;
	background: #eeeeee url(../tiny_mce/custom_php_bg.gif) no-repeat center;
	height: 50px;
}