@charset "utf-8";
/********************************************
   HTML ELEMENTS
********************************************/ 
body {
	background:none;
	background-color:#ffffff;
	color: #666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
}

td  {
	color: #666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
}

h1 {
	color:#2b538e;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:5px;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:5px;
}
h5 {
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin-bottom:5px;
}

.image-left {
	float:left;
	margin-right:9px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px 4px 4px 0px;
	background: url(../images/shell/drop_shadow.gif) no-repeat right bottom;
}

.image-right {
	float:right;
	margin-left:9px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px 4px 4px 0px;
	background: url(../images/shell/drop_shadow.gif) no-repeat right bottom;
}

.smallest{font-size:6px; !important}
.smaller{font-size:8px; !important}
.small{font-size:10px; !important}
.normal{font-size:12px; !important}
.large{font-size:14px; !important}
.larger{font-size:16px; !important}
.largest{font-size:18px; !important}

