html, body, div, span, applet, object, iframe, caption,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background:#ffffff;
	color:#333;
	line-height:150%;
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

a {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#0066CC;
	text-decoration:underline;
}

a:visited {
	color:#0066CC;
}

/*a:hover img {
	filter: alpha(opacity=70);  -moz-opacity:0.70;  opacity:0.70;
}*/

ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
/* remove possible quote marks (") from <q> &
<blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.a_center {
	text-align:center;
}

.a_right {
	text-align:right;
}

.a_left {
	text-align:left;
}

.f_left {
	float:left;
}

.f_right {
	float:right;
}

.p_top10 {
	padding-top:10px;
}

.p_top20 {
	padding-top:20px;
}

.p_top30 {
	padding-top:30px;
}

.p_btm10 {
	padding-bottom:0px;
}

.p_btm20 {
	padding-bottom:20px;
}

.p_btm30 {
	padding-bottom:30px;
}

.p_left10 {
	padding-left:10px;
}

.p_left20 {
	padding-left:20px;
}

.p_left30 {
	padding-left:30px;
}

.p_left50 {
	padding-left: 50px;
}

.p_right5 {
	padding-right: 5px;
}

.p_right10 {
	padding-right:10px;
}

.p_right20 {
	padding-right:20px;
}

.p_right30 {
	padding-right:30px;
}

.m_top10 {
	margin-top:10px;
}

.m_top20 {
	margin-top:20px;
}

.m_top30 {
	margin-top:30px;
}

.m_btm5 {
	margin-bottom:5px;
}

.m_btm10 {
	margin-bottom:10px;
}

.m_btm20 {
	margin-bottom:20px;
}

.m_btm30 {
	margin-bottom:30px;
}

.m_left10 {
	margin-left:10px;
}

.m_left20 {
	margin-left:20px;
}

.m_left30 {
	margin-left:30px;
}

.m_right5 {
	margin-right: 5px;
}

.m_right10 {
	margin-right:10px;
}

.m_right20 {
	margin-right:20px;
}

.m_right30 {
	margin-right:30px;
}

.red {
	color:#FF0000;
}
/*
a.blue {
	color:#0000FF;
}
*/
.b {
	font-weight:bold;
}

.t_right {
	text-align:right;
}

.t_center {
	text-align: center;
}


