/* =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, li {

	margin: 0;

	padding: 0;

	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;

	line-height: 150%;

}



/* 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: 12pt;

	font-weight: bold;

}

.main, li {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11pt;

	font-style: normal;

}



h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	color: #7F7064;

	line-height: normal;

	margin-top: 6;

	margin-right: 0;

	margin-bottom: 2;

	margin-left: 0;

}



.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: 0px;

	margin-bottom: 15px;

	margin-left: 0px;

	line-height: 150%;

}



h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18pt;

	color: #63657E;

	margin-bottom: 4px;

	margin-top: 0px;

}



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;

	text-decoration: none;

}





.dash {

	border-right-style: dashed;

	border-right-width: thin;

	border-right-color: #B2B2B2;

}

.tborder {
	border: thick solid #000066;
	background-color: #D5D8E1;
}
