*{
	font-size: 12px;
}
body {
	margin: 20 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #707070;
	font: 10px Tahoma, Geneva, sans-serif;
}
.left {
	float: left;
}
.right {
	float: right;
}
p {
	padding: 0px;
	
}
a {
	color: #5C85A9;
}
a.white {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer  {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #C9CFDC;
}
.footerbig { color: #FFF; font-size: 13px; font-weight: bold; margin-right: 15px; margin-left: 15px; }
.padding25 {padding:25px;}
.padding20 {padding:20px;}
.padding10 {padding:10px;}
.padding5 {padding:5px;}
.title{
	font-size: 24px;
}
.12{
	font-size: 12px;
}
.14{
	font-size: 14px;
}
.16{
	font-size: 16px;
}
.Rpadding {
	padding-right: 10px;
	padding-bottom: 10px;
}
.Lpadding {
	padding-left: 10px;
	padding-bottom: 10px;
}
.LRpadding {
	padding-left: 10px;
	padding-right: 10px;
}
.thrColFix { width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ text-align: left; /* this overrides the text-align: center on the body element. */ }
.thrColFix2 {   /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ text-align: left; /* this overrides the text-align: center on the body element. */ }
.panel { color: #825F2F; }
.white {
	color: #FFF;
}
.menu_divider {
	padding: 5px;
}
.menu  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #C9CFDC;
}
.talign {
	text-align: center;
}
/* hacks */
/* -- Clear Fix -- */
/*div.DefaultStickyWin div.closeButtons:after, .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
div.DefaultStickyWin div.closeButtons, .clearfix {display: inline-table;}*/
.clearfix:after, ul.advantages li:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix, ul.advantages li {display: inline-table;}
/* Hides from IE-mac \*/
/*html div.DefaultStickyWin div.closeButtons {height: 1%;}*/
html .clearfix, html ul.advantages li {height: 1%;}
div.DefaultStickyWin {
	text-align: left;
}
i, em{background-color:transparent !important; font-style:italic}
.hidden{display:none}
img{border:none}
.text_right{text-align:right}
.text_right input{text-align:right}
div.overTxtDiv{color:#999}
.grey{color:#999}
.bgwhite{background:#fff}
