/*--- fonts ------------*/
@font-face { font-family: Segoe UI; src: url('SEGOEUI.TTF'); } 
@font-face { font-family: Segoe UI; font-weight: bold; src: url('SEGOEUIB.TTF'); } 

/*--- reset ------------*/
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 16px;
	text-align: left; 
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

img, a img, :link img, :visited img {
	border: 0;
}

object {
	outline: none; /* fix for FF3 */
}

.clear
{
        clear:both;
        height:1px;
        visibility: hidden;
}

/*--- element defaults ------------*/

p, li, dd, legend, input, label, select, optgroup, textarea, table {

	font-size: 16px;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.4em;

}

/*--- links ------------*/

a {

	
	text-decoration:none;
        /* border-bottom:1px solid #00a9da;
        padding-bottom:1px;   */
}

a:link, a span.hilite {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}
 /*
a:hover, a span.hilite:hover {
	color:#ffffff;
	text-decoration:none;
	background:#00a9da;
}

a:active, a span.hilite:active {
	color:#ffffff;
	text-decoration:none;
	background:#00a9da;
}
*/

/*--- headings ------------*/
h1, h2, h3, h4, h5 {

	line-height: 1em;
	font-size:20px;
	text-decoration:none;
        font-weight:100;
        
        
}

h1 a, h2 a, h3 a, h4 a, h5 a
{
      	font-size:20px;
        text-decoration:none;
        font-weight:100;  
}


 /*
h3 {
	margin: 0.2em 0 0.5em 0;
	font-size: 1.4em;
	color: #fff;
}
 */
  /*
h2 {
	margin: 0.2em 0 0.5em 0;
	font-size: 1.3em;
	color:#000000;
}
 */
  /*
h5 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
	margin-bottom:10px;
	margin-top:5px;
}
*/

h2 a:hover, h3 a:hover, h4 a:hover {
	color:#000000 !important;
}

/*
h2 a:active, h3 a:active, h4 a:active {
	color: #79ff25 !important;
}
*/

h2 a:visited, h3 a:visited, h4 a:visited {

}


/*--- forms ------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

label {
	display: block;
	float: left;
	width: 10em;
	clear: left;
	margin-right: 1em;
	padding: 0.3em 0;
	text-align: right;
}

input, select, textarea {
	width: 20em;
	float: left;
	margin-bottom: 0.5em;
	padding: 0.4em;
	color: #000000;
	border: 1px solid #000000;
	display:inline;
}

input:focus, select:focus, textarea:focus {
	color: #000000;
}

textarea {
	width: 20em;
	height: 4em;
	line-height: 1.3em;
	overflow: auto;
}

button {
	padding: 0.3em 0 0.3em 0;
	font-size: 0.9em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	text-transform: uppercase;
	text-align: center;
        color: #000000;
	width: auto;
	overflow: visible;
	background-color: transparent;
	border: none;
}

button:hover {
	
}

button:active {
	
}

/*--- bullet lists ------------*/

table li {
	font-size: 1em; /* reset */
}

ul {
	margin-bottom: 0.7em;
}

ul li {
	padding: 0 0 0em 0em;
	list-style-type: none;
	
}


.greytext
{
  color:#999999;
  font-size:12px;
  text-transform:uppercase;
}
 
