/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, em, img, strike, sub, sup, u,
i, center, dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td
 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


table {
    border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited {	 
     text-decoration:none;
     color:#575756;
}

a:hover {
    color:#274090;
}

a.underlinelink, a.underlinelink:visited {	 
    text-decoration:underline;
     color:#575756;
}

a.underlinelink:hover {
    color:#274090;
    text-decoration:none;
}

a.nounderlinelink, a.nounderlinelink:visited {	 
     text-decoration:none;
     color:#575756;
}

a.nounderlinelink:hover {
    color:#274090;
    text-decoration:underline;
}

h1 {
    font-family: "Open Sans", Arial;
    font-size: 32px;
    line-height: 25px;
    margin-bottom: 1px;    
    color:#a84493;
    font-weight:bold;
}

h2 { 
    font-family: "Open Sans", Arial;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 1px;    
    color:#a84493;
}

h3 {
    font-family: "Open Sans", Arial;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1px;
    color:#a84493;
}

p {
    font-family: "Open Sans", Arial;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}

body {
    margin:0;
	padding: 0;
	font-size: 14px;
	font-family: "Open Sans", Arial;
	font-style: normal;
	font-weight: 400;
    line-height: normal;
}

.text12px {    
	font-size: 12px;
	font-family: "Open Sans", Arial;
	font-style: normal;
	font-weight: 400;
}

.text16px {    
	font-size: 16px;
	font-family: "Open Sans", Arial;
	font-style: normal;
	font-weight: 400;
}