
body 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px; /* = 13px */ 
	color: #553232;
	background-color: #ffffff;
}

a, a:link, a:visited { color: #553232; }
a:hover, a:active { color: #ed174f; }

img { border-style: none; }

h1, h2, h3, h4, h6
{
	margin: 0px;
}

h1 { font-size: 16px; color: #553232; }
h2 { font-size: 14px; color: #553232; }
h3 { font-size: 14px; color: #553232; }
h4 { font-size: 12px; color: #553232; }
h5 { font-size: 12px; color: #553232; }
h6 { font-size: 12px; color: #553232; }

#pagetitle { margin-bottom: 10px; }

p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.textbox { border: solid 1px #553232; font-size: 11px;	 }
/* START r.a.d.input classes*/  
.Default_textbox{border: solid 1px #553232; font-size: 11px;}   
.Focus_textbox{border: solid 1px #553232; font-size: 11px;}   
.Over_textbox {border: solid 1px #553232; font-size: 11px;}
/* End r.a.d.input classes*/  

.warning { color: Orange; }
.error { color: Red }
.success { color: green; }

/* RadEditor Editable Zone */
.RadEContent, .RadEContentBordered
{
	background-color: #fef3f5;
	font-size: 11px;
    color: #553232;   
} 

/* RSS FEED BUTTON */
a.rssbutton:link { background-repeat: no-repeat; background-image: url(/sites/common/images/rss.gif); width: 36px; display: inline-block; }
a.rssbutton:visited { background-repeat: no-repeat; background-image: url(/sites/common/images/rss.gif); width: 36px; display: inline-block; }
a.rssbutton:hover { background-image: url(/sites/common/images/xml.gif); }
a.rssbutton:active { background-image: url(/sites/common/images/xml.gif); }

/* BREADCRUMB */
.breadcrumb { font-size: 11px; color: #553232; }
.breadcrumb a:link { font-size: 11px; color: #553232; }
.breadcrumb a:visited { font-size: 11px; color: #553232; }
.breadcrumb a:hover { font-size: 11px; color: #ed174f; }
.breadcrumb a:active { font-size: 11px; color: #ed174f; }

