/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}


body {
	background-color: #F1F1F3;

}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.style5 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #7F7064;
	line-height: normal;
	margin-top: 6;
	margin-right: 0;
	margin-bottom: 2;
	margin-left: 4;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #7F7064;
	line-height: normal;
	margin-top: 6;
	margin-right: 0;
	margin-bottom: 2;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8;
	margin-left: 8;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #63657E;
	margin-top: 8px;
	margin-bottom: 4px;
}

a.h2    {
	text-decoration: underline;
}    /* unvisited links */

a.h2:hover   {
text-decoration: none;
} /* user hovers     */



a:hover   {
	text-decoration: underline;
}    /* unvisited links */

a {
	color: #63657E;
	font-weight: bold;
	text-decoration: none;
}

