/*Stylesheet for editor window and styles available.
Override styles as necessary in main stylesheet.*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-size:12px;
	color:#333333;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color:#6a1263;
	margin:18px 0;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#666666;
	margin:15px 0;
}

h3 {
	font-size:16px;
	font-weight:normal;
	color:#666666;
	margin:15px 0;
}

h4 {
	color:#d2a41a;
	font-weight:normal;
	font-size:14px;
	margin:10px 0 0 0;
	line-height:22px;
}

h5 {
	color:#6a1263;
	font-weight:normal;
	font-size:14px;
	margin:10px 0 0 0;
	line-height:22px;
}

h6 {
	color:#6a1263;
	font-weight:bold;
	font-size:12px;
	margin:10px 0 0 0;
	line-height:20px;
}

p {
	font-size:12px;
	line-height:20px;
	color:#333333;
}

b, strong {
	font-weight:bolder;
}

a {
	color:#6a1263;
	text-decoration:none;
	font-weight:bolder;
}

table {
	border:1px solid #eeeeee;
	border-spacing:0;
	border-collapse:collapse;
}

td {
	font-size:12px;
	color:#666666;
	border:1px solid #eeeeee;
	padding:5px;
}				
th {
	font-weight:bold;
	border:1px solid #dddddd;
	padding:7px 7px;
	text-align:center;
	background-color:#f7f3f7;
	color:#666;
	font-size:14px;
}		
ul, ol {
	padding-left:40px;
	margin:10px 0;
}
ul li {
	line-height:20px;
	list-style-image:url(../images/bullet.gif);

}	
ol li {
	line-height:20px;

}			



