/* Autor - Andrew Morley 20/03/2005 - For use with The New Look Yelrom Designs Website */
/* Below is where I set up the Default Link Styles.*/
a:link, a:visited { 
	color: #000000; 
	text-decoration: none;
}
a:hover { 
	/*font-weight: bolder; */
	color: #FFFFFF; background: #CCCCFF;
}
/* END LINK STYLES */

/* Default Body Style goes here. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*End Body Style*/

/* Default Table styles <TD> element style and <TH> element style*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #66CCFF;
}
/* End Default Table Styles */

/* Set Up the Style for the Main navigation Bar on the top of the page */
.navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-style: solid;
	border-width: 1px;
	padding-right: 3px; padding-left: 3px;
}
.navBar2 { /*This style is used for the right hand end of the navigation bar setting up a padding of 10px without the border*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 3px; padding-left: 3px;
	text-decoration: none;	
}
/*End Navigation Bar Styles*/

/* Footer Style Below*/
.footer {
	font-size: 11px;
}
.leentech {
	font-size: 9px;
}
.footerBold {
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
/* End Footer Style.*/
.urlSmall {
	font-size: 12px;
}
.mainTable {
	background: #66CCFF;
	font-size: 18px;
	padding-top: 6px; 
	padding-bottom: 6px; 
	padding-left: 4px;
	/* color: #FFFFFF; */
}
/*Page Heading and Sub-heading*/
.PageHeading {
	font-size: 18px;
	color:#66CCFF;
}.unnamed1 {
	height: 10px;
	width: auto;
	border: 1px #000000;
	background-color: #CCCCCC;
}
.6pxvertpadding {
	padding: 6px;
	height: 6px;
	width: 100%;
}

/* these styles are used for the client form */
.missingField{
	color: #FF0000;
	font-weight: bold;
}
.invalidField{
	color: #FF9900;
	font-weight: bold;
}