/* CSS Document */

h1 {
	font-weight:bold;
	font-size:11px;
}
h2 {
	font-weight:bold;
	font-size:11px;
}

body { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color : #4f5652; 
	line-height:16px;
}
a, a:link, a:active, a:visited, a:hover { 
color : #4f5652;
} 
#content {
	width:432px;
}
#content p{ 
}
#content h1{ 
	font-weight:bold;
	font-size:12px;
}
#content h2{ 
	font-weight:bold;
	font-size:11px;
}
#content a{ 
	color : #4f5652;
}
#content a:hover{ 
	color : #4f5652;
}
#content table{ 
	width:100%;
}
#content ul{
	margin-left:17px;
	padding-left:0;
}
#content ol{
	margin-left:40px;
	padding-left:0;
}
#content ul li,
#content ol li{ 
	margin:0;
}


.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

	




/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/




/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/



