/*
---------------------------------
//Reset CSS
---------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fl
{
	float:left;
}

.fr
{
	float:right;
}

ol, ul, li {
	list-style: none;
}

.macor {
	margin: 15px 0 5px 0;
	color: #333;
	font-size: 12px;
}

.margin5l {
	margin-left: 5px;
}

.margin50l {
	margin-left: 50px;
}

.margin10 {
	margin-top: 10px;
}

.margin15 {
	margin-top: 15px;
}

.margin20 {
	margin-top: 20px;
}

.margin25 {
	margin-top: 25px;
}

.margin30 {
	margin-top: 30px;
}

.margin10b {
	margin-bottom: 10px;
}

.margin15b {
	margin-bottom: 15px;
}

.margin20b {
	margin-bottom: 20px;
}

.margin30b {
	margin-bottom: 30px;
}

.margin5t15b {
	margin: 5px 0 15px 0;
}

.margin15tb {
	margin: 15px 0;
}

.margin15t30b {
	margin: 15px 0 30px 0;
}

.margin20t15b {
	margin: 20px 0 15px 0;
}

.margin30t15b {
	margin: 30px 0 15px 0;
}

.margin15t30b5l {
	margin: 15px 0 30px 5px;
}

.margin15t5l {
	margin: 15px 0 0 5px;
}

.margin30tb {
	margin: 30px 0;
}

.margin15t50l {
	margin: 15px 0 0 50px;
}