/* ------------------------------- */
/* HTML Elements
/* ------------------------------- */

/*This selects every element on the page*/
* {
	margin:0;
	padding:0;
}
body, html, htm, table, td, tr, td, tbody, tfooter,  div, span, p, label, caption {
	margin: 0;
	padding: 0;
	border:0;
}
ul, li, ol, dl, dd, dt {
	padding: 0;
	margin: 0;
	list-style: None;
}

		

img, a img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0;
	font-size:120%;
		color:#ccc;
		text-decoration:none;
		cursor:pointer;

	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;

}
a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
a:hover:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
hr {
	border:0;
	padding:0;
	margin:0;
	background:transparent;
}
address {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a {
	font-weight: bold;
	margin:0;
	padding:0;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration:underline;
}
h1 {
	font-size:150%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:130%;
}
h4{
	font-size:120%;
}
.txtLeft {
	text-align:left;
}
.txtRight {
	text-align:right;
}
.txtCenter {
	text-align:center;
}
.txtJusty{
	text-align:justify;
}
/* -----------------------Format Input Types ------------------------------- */
input[type=text], input[type=password], select, textarea {
	border:1px solid #ccc;
}
input[type=file]{
	border:1px solid #ccc;
	background:#fff;
	margin:0;
	padding:0;
}
input[type=checkbox], input[type=radio] {
	margin: 0px 2px 2px 2px;
	border:0;
	background-color:#fff;
}
/* ------------------------------- */
/* Format Define styles
/* ------------------------------- */
.font80{
	font-size:80%;
}
.font90{
	font-size:90%;
}
.font100{
	font-size:100%;
}
.font120{
	font-size:120%;
}
.font110{
	font-size:110%;
}
.b {
	font-weight:bold;
}
.n {
	font-weight:normal;
}
.u {
	text-decoration:underline;
}
.noU {
	text-decoration:none;
}
.nodisplay {
	display:none;
}
.noimg {
	background:none;
}
.noborder {
	border:None;
}
.border1px{
	border:1px solid #333;
}
.nobdrBtm{
	border-bottom:0;
}
.nobdrLft{
	border-left:0;
}
.nobdrRgt{
	border-right:0;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.hr {
	background: url(../images/h-dot.gif) repeat-x left top;
	display:block;
}
.clear {
	clear:both;
	height: 0;
	line-height: 0;
}
.clearL {
	clear:left;
}
.clearR {
	clear:left;
}
/* ------------------------------- */
/* Regular Colors
/* ------------------------------- */
.green{
	color:#060;
}
.red{
	color:#F00;
}
.blue{
	color:#039;
}
.brgtblue, ul.menu .brgtblue{
	color:#03f;
}
.brgtgreen, ul.menu .brgtgreen{
	color:#9f0;
}
.brgtred, ul.menu .brgtred{
	color:#f00;
}
.brgtyellow, ul.menu .brgtyellow{
	color:#ff0;
}
.brgtorange, ul.menu .brgtorange{
	color:#f90;
}
.brgtpink, ul.menu .brgtpink{
	color:#f09;
}
/* ------------------------------- Spceing Slectors ----------------------------- */
.breakhalfem{
	height:0.5em;
}
.break1em{
	height:1em;
}
.breakonehalfem{
	height:1.5em;
}
.break2em{
	height:2em;
}
.break3em{
	height:3em;
}
