/* CSS definitions for fonts by Creazzion.com */

/* {font-style font-variant font-weight font-size/line-height font-family;} */

BODY { 
	margin: 0px; 
	background: #66666E; 
	font: 13px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
TABLE, TD { 
	font: 13px/18px Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	}

/* all links styles */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;

}
		
/* other styles */

.bdrleft		{
	border-left: 1pt solid #525258;
	padding-left: 10px;

				}

.bdrtop			{
					border-top: 1px solid #525258;
					padding-top: 5px;
					padding-bottom: 5px;
				}

h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	color: #CCCCCC;
}

h3 {
	font-size: 17px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c0c5cf;
}
h4 {
	font-size: 12px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}

h6 {
	font-weight: bold;
	text-transform: uppercase;
}

.newtext {
	color: #FFFFFF;
	font-weight: bold;
}
ul {
	line-height: 20px;
	list-style-type: square;
	font-size: 13px;
	list-style-image: url(../images/r_bullet.gif);


}
.p10 {
	font-size: 10px;
}
.h26 {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #CCCCCC;
}
