/* -------------- */
/*				  */
/* walk your talk */
/*		  		  */
/* -------------- */

body td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
/*background/border*/
.graydent{
	background-image: url(images/Mast-graydation.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.cloud{
	background-image: url(images/BG-cloud.jpg);
	background-repeat: no-repeat;
	background-position: 0px 130px;
}
.border{
	border: 1px solid #5383C1;
}
.border_left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5383C1;
}

.border_top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5383C1;
}

.border_bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5383C1;
}

.border_right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5383C1;
}
ul.bullet {
	margin-left: 7px;
	padding-left: 7px;
	list-style-image: url(images/bullet.gif);
}
/*---font style---*/
.caps{
	text-transform: uppercase;
}
.bold{
	font-weight: bold;
}
.italac{ /* hey Fun...Spell it correctly */
	font-style: italic;
}
.italic{
	font-style: italic;
}
.blue{
	color: #5383C1;
}
.orange{
	color: #DC5733;
}
.baidge{
	color: #ffCC99;
}
.lightgray{
	color: #929293;
}
.darkgray{
	color: #63626C;
}
.size_8{
	font-size: 8px;
}
.size_9{
	font-size: 9px;
}
.size_10{
	font-size: 10px;
}
.size_12{
	font-size: 12px;
}
.size_14{
	font-size: 14px;
}
.size_16{
	font-size: 16px;
}
.size_18{
	font-size: 18px;
}
.lineheight15{
	line-height:1.5
}
.lineheight2{
	line-height:2
}
/*---links---*/
a{
	font-size: 10px;
	color: #8C8B88;
	text-decoration: none;
}
a.title{font-size: 12px;
	color: #F8D852;
	text-decoration: none;
}
/* ---- Forms ---- */
fieldset {  
	margin: 6px;  
	padding: 0;
	border: 1px solid #DC5733;  
}
fieldset div {  
padding: 2px 6px 2px 6px;  
}

legend {  
margin-left: 6px;  
padding: 0;  
font-weight: bold;
}
label { 
	font-size:10px;
	color:#63626C;
	display: block; /* so that they'll occupy an entire line, no <br> needed*/
	margin-top:0px;
}
label.notblock {
	font-size:10px;
	color:#63626C;
	display: inline-block;
}
input {
	font-size: 11px;
	/* background-color: #DAE4FF; */ /* not good for input buttons */
	/* border:1px solid #DC5733; */ /* not good for input buttons */
	margin-bottom:3px;
}
select, textarea {
	font-size: 11px;
	background-color: #DAE4FF;
	border:1px solid #5383C1;
	margin-bottom:3px;
}
input.inp_custom {
	font-size: 11px;
	background-color: #DAE4FF;
	border:1px solid #5383C1;/* not good for input buttons */
	margin-bottom:3px;
}
input.btn {
	color:#000000;
	font-family: Verdana, Arial, Geneva, helvetica;
	font-size:14px;
	font-weight:normal;
	background-color:#FB9A72;
	border:2px solid #DC5733;
	margin-top:6px;
}
input.btnhov {
   background-color:#ffCC99;
   border:2px solid #FB9A72;
}

/* ---- Search Form ---- */
input.btn-search {
   color:#FFFFFF;
   font-family: Verdana, Arial, Geneva, helvetica;
   font-size:13px;
   font-weight:bold;
   letter-spacing: 2.5;
   background-color: #23408F;
   border:1px solid #23408F;
   margin-top:1px;
}
input.btnhov-search {
   color:#F7F4A1;
}
/* NAV */
/*
.p7PMnavspacer{
	display: block;
	text-decoration: none;
	padding: 6px 4px 0px 3px;
	font-size: 10px;
	color: #DC5733;
	font-weight: normal;
	line-height:1;
	text-shadow: black 0.1em 0.1em 0.2em;
}
*/
