.style3 {font-family: "MS Sans Serif";
	font-size: 9px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}

.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #097FDB;
}

.text_large {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #097FDB;
}

.text_medium {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #097FDB;
}

.text_small {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #A9A9A9;
}

.text_reverse_large {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.text_reverse_medium {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.text_reverse_small {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.link_large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #097FDB;
}

.link_medium {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #097FDB;
}

.link_small {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #097FDB;
}

.error {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF9900;
}

a:link {
	text-decoration:none;
	color:#000099;
}
a:visited {
	text-decoration:none;
	color: #000099;
}
a:active {
	text-decoration:none;
	color:#000099;
}
a:hover {
	text-decoration:underline;
}
.singleline {
	border: 1px solid #A9A9A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.rborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.text_mediumdark {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.header1_rev {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_largedark {


	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.bgimage {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.text_medGreen {


	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #589DAD;
}
.text_largeGreen {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #589DAD;
}
.bg-button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg-button.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.lineCoupon {

	border: 2px dashed #A9A9A9;
}
.text_medPRICE {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.header3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

td.padded {
 padding-left:35px;
}

td.paddedcontents {
	padding-left:10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

td.leftside {
 width:224px;
 align:left;
 vertical-align:top;
}

/* FOR AJAX DYNAMICALLY LOADED ARTICLES */
#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:0px;
}
#mainContainer{
	width:550px;
	margin:0 auto;
	text-align:left;
	margin-top:20px;
	border:1px solid #999999;
	background-color: #FFF;
}
#contentContainer{
	float:left;
	border:0px solid #999999;
	background-color: #E2EBED;
	overflow:auto;
	margin-right:2px;
	padding:10px;
	width:325px;
	height:500px;
	scrollbar-highlight-color: #687DAC;
	scrollbar-3dlight-color: #687DAC;
	scrollbar-arrow-color: #D6D0A0;
	scrollbar-face-color: #8194BF;
	scrollbar-shadow-color: #687DAC;
	scrollbar-track-color: #ADBADA;
	scrollbar-darkshadow-color: #0F600D;
			
}
#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	height:520px;
	overflow:auto;	
	width:203px;
	/*border:1px solid #000;*/
	background-color:#FFF;	
	scrollbar-highlight-color: #687DAC;
	scrollbar-3dlight-color: #687DAC;
	scrollbar-arrow-color: #D6D0A0;
	scrollbar-face-color: #8194BF;
	scrollbar-shadow-color: #687DAC;
	scrollbar-track-color: #ADBADA;
	scrollbar-darkshadow-color: #0F600D;

}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-type:none;
	border:1px solid #999;
	background-color:#EEE;
	height:50px;
	margin:2px 0px 2px 1px;
	padding:2px;
	color:#333;
	cursor:pointer;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #000;
	color:#000;
}
.articleList li.articleClick{	/* Active article in list - layout */
	border:1px solid #000;
	color:#000;
	background-color:#589DAD;
	color:#FFF;
}

.keyText{	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}
.clear{
	clear:both;
}
img{
	border:0px;
}
.tessimage {
	padding-left:5px;
}