/* CSS Document */
/*
Font style sheets are to contain font size, weight, decoration, alignment and 
similar properties.  They are not to include font colors.
*/

/*############################################################## Primary Layout Divs */
#masthead h1 a:link, #masthead h1 a:hover, #masthead h1 a:visited{
	text-decoration:none;
	color:inherit;
}

#masthead h2{
	font-style:italic;
	font-size:110%;
}

#footer{
	font-size:80%;
}

/*############################################################## General Formatting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

a:link, a:hover, a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

textarea { 
	font-family: inherit;
	font-size: inherit;
}

p.WD_alignRight{
	text-align:right;
}



/*############################################################## Template specifics */
#footer p{
	text-align:center;
}

#WD_TurboTitle a{
	font-weight:bold;
}

/*############################################################## WD_styles */
.WD_message{
	font-weight:bold;
}

.WD_note{
	font-size:80%;	
}

/*############################ breadcrumb*/
.WD_breadcrumb p{
	font-size:80%;
}
/*end breadcrumb*/


/*############################# section*/
.WD_sectionTop{
	font-weight:bold;	
}
/*end section*/


/*############################# box*/
.WD_boxTop{
	font-weight:bold;	
}
/*end box*/

/*############################# pageMenu*/
.WD_pageMenu a:link, .WD_pageMenu a:hover, .WD_pageMenu a:visited{
	font-weight:bold;
	text-decoration: none;
}
/*end pageMenu*/


/*############################# dataTable*/
.WD_dataTable{
	text-align: left;
}

.WD_dataTable thead tr th{
	font-weight:bold;
}

.WD_dataTable .WD_label{
	font-weight:bold;
}
/*end dataTable*/

/*############################ fieldTable*/
.WD_fieldTableLabel{
	font-weight:bold;
	text-align:right;
}

.WD_fieldTable_require{
	font-weight:bold;
}
/*end field table*/

