@charset "utf-8";
/*======================
HEADINGS
========================*/
h1{ color:#fff; background:#ff8401; font-size:16px; padding:5px 0 5px 5px;  }
h2{color:#fff; background:#09C; font-size:16px; padding:5px 0 5px 5px; }
h3{color:#969696; font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  }
h4{ }
h5{ }
h6{ }

img
{
    
}
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }

.profiletitleblue
{
 color:#0AAFF3; font-size:16px; padding:5px 0 5px 0;  margin-bottom:5px; font-weight:900; font-family:Verdana, Geneva, sans-serif;
}
.profiletext
{
 color:#969696; font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  
}

/*======================
LINKS
========================*/
a:link { 
	color: #03C;
	text-decoration: none;
	
	}
a:visited { 
	color: #03C;
	text-decoration: none;
	}
a:hover { 
	color: #F90;
	text-decoration: underline;
	}
a:active { 
		color: #F90;
	text-decoration: none;
	}
.goster
{
	font-weight:6px;
	}
	
.goster	a link { 
	color: #03C;
	text-decoration: none;
	font-weight:6px;
	
	}
.goster a visited { 
	color: #03C;
	text-decoration: none;
	font-weight:6px;
	}
.goster a hover { 
	color: #F90;
	text-decoration: none;
	font-weight:6px;
	}
.goster a active { 
		color: #F90;
	text-decoration: none;
	font-weight:6px;
	}
	
	/*======================
PARAGRAPHS
========================*/

p {color: #999}
/*======================
STRONG/B EM/I
========================*/
strong, b
{
font-weight:700;
}
em, i
{
font-style:italic;
}
/*======================
UNORDERED LIST
========================*/

ul li
{

}
/*======================
ORDERED LIST
========================*/
ol
{
list-style:decimal;
margin-left:35px;
}
ol li
{

}
/*======================
DEFINITION LIST
========================*/
dl{ }
dt{ font-weight:700; text-decoration:none; margin-top:10px; font-size:14px; border:0;   }
dd{ margin-left:18px; }
/*======================
MISC
========================*/
blockquote{ background:url(../images/quote.png) no-repeat; padding:5px 0 0 18px; color:#5f5f5f; margin-bottom:10px;   }
02
blockquote span { display:block; text-align:right; font-weight:700; color:#000;  }

abbr{ }

acronym{ }

sub{ font-size:10px; line-height:1.5; vertical-align:bottom; }

sup{ font-size:10px; line-height:1.5; vertical-align:top; }

code{ }

small{ font-size:11px }

