/* Globals */

	
	a img {
		border: none;
	}
	
	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
	
	strong{
		font-weight: 800;
	}
	
	.strong{
		font-weight: 800;
	}
	/*
	Global Classes
*/

	.clearFloat{
		clear: both; display: inline;height: 1px;font-size: 1px;
	}
		
	
	.hide {
		visibility: hidden;
	}
	.remove{
		display: none;
	}
	
	.floatRight{
		float: right;
	}
	
	.floatLeft{
		float: left;
	}
	
	.centerText{
		text-align: center;
	}
	
	
	.centerText{
		text-align: center;
	}
	
	.ImageAlightMiddle{
	vertical-align: middle;
	}
	
	.NoWrap{
		white-space: nowrap;
	}
	
	
	/*  Headings */
	h1 {
		font-size: 24px;

		margin-bottom: 10px;
	}
	
	/* H2 */
	h2 {
		font-size: 21px;

		margin-bottom: 10px;
	}
	h3 {
		font-size: 18px;
		color: #333;
		margin-bottom: 10px;
	}
	h4 {
		font-size: 16px;
		color: #333;
		margin-bottom: 10px;
		font-weight: bold;
	}
	h5 {
		font-size: 16px;
		color: #333;
		margin-bottom: 10px;
	}
	h6 {
		font-size: 13px;

		margin-bottom: 10px;
		font-weight: bold;
	}
	/* end Headings */
	
	/* Text Styles */
	address {
		margin-bottom: 10px;
	}
	blockquote {
		margin: 10px 40px 20px 40px;
		font-style: italic;
	}
	code {
		font-family: monospace;
	}
	
	/*List Styles*/
	
	ul{
		
	}
	li{
		
	}
	
	dl {
		margin-left: 30px;
		margin-bottom: 20px;
	}
	dl dt {
		font-weight: bold;
	}
	dl dd {
		margin-left: 10px;
		margin-bottom: 5px;
	}
	/* End List Styles*/
	em {
		font-style: italic;
	}
	p {
		margin-bottom: 10px;
		line-height: 17px;
	}
	q {
		font-style: italic;
	}
	strong {
		font-weight: bold;
	}
	tt {
		font-family: monospace;
	}
	/* end Text Styles */
	
	/*Table Styles*/
	
	/* end Table Styles*/
	
	
	End Globals Classes
*/