*
{
	margin: 0px;
	padding: 0px;
	font-family:arial,verdana, sans-serif;
	font-size: 11px;
}

html 
{
   height:100%;
   margin-bottom:1px;
}

body 
{
	text-align:center;
	background-color: #FFF4DB;
	color: #000000;
	margin-top:20px;
	margin-bottom:20px;
}

img
{	
	border-width:0px;
}

a
{
	text-decoration: none;
}


.clear_left
{
	clear:left;
}

.clear_right
{
	clear:right;
}

.clear_both
{
	clear:both;
}


#Content input.BBCodeEditorButtonSmall
{
	width: 25px;
	font-weight: bold;
}

#Content input.BBCodeEditorButton
{
	width: 50px;
	font-weight: bold;
}

#Content input.BBCodeEditorButtonBig
{
	width: 100px;
	font-weight: bold;
}

