/* common styles
----------------------------------------------- */
body {
background: url(../images/BG.jpg) repeat-x;
background-color:#FFF;
}

#quicklinkNav a, a:link, a:visited { 
text-decoration: none;
color: #D2A317;
text-decoration: none;
font-weight:normal;
font-size:10px;
font-family:Arial, Verdana, Helvetica, sans-serif;
}

#quicklinkNav a:hover {
color: #D2A317 ;
text-decoration: underline;
font-weight: normal;
font-size:10px;
}

#contentLink a, a:link, a:visited { 
text-decoration: none;
color: blue;
text-decoration: none;
font-weight:normal;
font-size:10px;
font-family:Arial, Verdana, Helvetica, sans-serif;
}

#contentLink a:hover {
color: blue ;
text-decoration: underline;
font-weight: normal;
font-size:10px;
}

.error
	 {
	 color:red;
	 font-family:verdana;
	 font-size:11px;
	 text-decoration:non
	}
  a.link1
 {
 color:#062565;
 font-family:Arial,Verdana,  Helvetica, sans-serif; 
 font-size:13 px;
 font-weight:none;
 text-decoration:underline;
 }
 a.link1:hover
 {
 color:#062565;
 text-decoration:none
 }

