* {
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	border: 0px;
}

body,td {
	font-size:13px;
	color:black;
}

.divclearleft {
	clear: left;
}

.divclearright {
	clear: right;
}

.divclearboth {
	clear: both;
}


/*#################### Custom ########################*/
h1 {
	font: 18px Arial;
	color: #CD8700;
}

h2 {
	font: 15px Arial;
	color: #CD8700;
	font-weight: bold;
}

.textinbody {
	font: 15px Arial;
	color: #000;
}

a.linkinbody:link,
a.linkinbody:visited,
a.linkinbody:hover,
a.linkinbody:active {
	font: 14px Arial;
	text-decoration: underline;
	color: #00C;
	font-weight: normal;
}


/*#################### Nav in Body ########################*/
.navtextinbody {
	font: 9px Arial;
	color: #000;
}

.navsigninbody {
	font: 17px Verdana;
	color: #000;
}
/* <span class="navsigninbody">&raquo; &rsaquo; &gt;</span> */


a.navlinkinbody:link,
a.navlinkinbody:visited,
a.navlinkinbody:hover,
a.navlinkinbody:active {
	font: 9px Arial;
	text-decoration: underline;
	color: #00C;
	font-weight: normal;
}

a.permalink01:link,
a.permalink01:visited,
a.permalink01:hover,
a.permalink01:active {
	font: 13px Arial;
	text-decoration: underline;
	color: #4D4D4D;
	font-weight: normal;
}


/*#################### Left ########################*/
.headinginleft {
	font: 15px Arial;
	color: #000;
	font-weight: bold;
}

.textinleft {
	font: 12px Arial;
	color: #CCCCCC;
}

a.linkinleft:link,
a.linkinleft:visited,
a.linkinleft:hover,
a.linkinleft:active {
	font: 13px Arial;
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
}


/*#################### Top ########################*/
.textintop {
	font: 12px Arial;
	color: #000;
}

.navsignintop {
	font: 17px Verdana;
	color: #000;
}
/* <span class="navsigninbody">&raquo; &rsaquo; &gt;</span> */

a.linkintop:link,
a.linkintop:visited,
a.linkintop:hover,
a.linkintop:active {
	font: 13px Arial;
	text-decoration: underline;
	color: #00C;
	font-weight: bold;
}



/*#################### Bottom ########################*/
.textinbottom {
	font: 12px Arial;
	color: #737373;
}

.navsigninbottom {
	font: 17px Verdana;
	color: #737373;
}
/* <span class="navsigninbody">&raquo; &rsaquo; &gt;</span> */

a.linkinbottom:link,
a.linkinbottom:visited,
a.linkinbottom:hover,
a.linkinbottom:active {
	font: 12px Arial;
	text-decoration: underline;
	color: #737373;
	font-weight: normal;
}


/*#################### Right ########################*/
.headinginright {
	font: 15px Arial;
	color: #000;
	font-weight: bold;
}

.textinright {
	font: 12px Arial;
	color: #000;
}

a.linkinright:link,
a.linkinright:visited,
a.linkinright:hover,
a.linkinright:active {
	font: 13px Arial;
	text-decoration: underline;
	color: #00C;
	font-weight: bold;
}

.converterfont {
	font: 13px "Courier New";
	color: #000;
	height: 19px;
	margin: 0;	
	padding: 0 0 0 0px;
}

/*#################### Forms ########################*/
.textinform {
	font: 13px Arial;
	color: #000;
	font-weight: normal;
}

a.linkinform:link,
a.linkinform:visited,
a.linkinform:hover,
a.linkinform:active {
	font: 13px Arial;
	text-decoration: underline;
	color: #00C;
	font-weight: bold;
}

.textfieldinform {
	font: 13px "Courier New";
	color: #000;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 5px 0 1px;
	background: transparent;
}

* html .textfieldinform {
	margin: -1px 0 0 0;
}

.textfieldinform2 {
	font: 13px "Courier New";
	color: #000;
	border: 0;
	margin: 0 0 1px 0;
	padding: 0 5px 0 1px;
	background: transparent;
}

* html .textfieldinform2 {
	margin: -2px 0 0 0;
}

.textfieldinform3 {
	font: 13px "Courier New";
	color: #000;
	border: 0;
	margin: 0 0 1px 0;
	padding: 0 5px 0 1px;
	background: transparent;
}

* html .textfieldinform3 {
	margin: -1px 0 0 0;
}


.textfieldinform5 {
	font: 13px "Courier New";
	color: #000;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 5px 0 1px;
	background: transparent;
}

* html .textfieldinform5 {
	margin: -2px 0 0 0;
}


.textfieldinform6 {
	font: 13px "Courier New";
	color: #000;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
}


.textareainform {
	font: 13px Arial;
	color: #000;
	border: solid 0 #fff;
	margin: 0;
	padding: 0 0 0 0;
	background: transparent;
}

.submitinform {
	font: 13px Arial;
	color: #000;
	border: solid 0 #fff;
	margin: 0;
	padding: 0 0 0 0;
	background: url("sendform.gif") no-repeat;	
}

.buttonone {
	font: 13px "Courier New";
	color: #000;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	width: 56px;
	height: 18px;
	cursor: pointer;
}



