a:link
{
	color: #C9C98B;
	text-decoration: none;

}
a:visited
{
	color: #C9C98B;
	text-decoration: none;
 
} 
a:active 
{
	color: #C9C98B;
	text-decoration: none;

}
a:hover 
{
	color: #FFFFFF;
    background: #5C6A69;
	
}
body
{
   	font-family: Helvetica, Arial;
	background-color: #738684;
	color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    scrollbar-3dlight-color : #A4B9B7;
    scrollbar-highlight-color : #8AA19F;
    scrollbar-darkshadow-color : #293031;
    scrollbar-shadow-color : #314D4A;
    scrollbar-face-color : #738684;
    scrollbar-arrow-color : #31616B;
    scrollbar-track-color : #31616B;

}
table
{
    background-color: #738684;
    color: #FFFFFF;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
h2
{
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
h3
{
	color: rgb(99,105,69);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
 
}
h4
{
	color: rgb(99,105,69);
	text-align: center;
	font-size: 15px;
	font-weight: bold;

}
h5
{
	color: #003300;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
h6
{
	color: #000000;
}

/*Styles for the search box*/
/*The font style for the main heading text in search boxes*/
/* ref#19 */
.searchHeader {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        color: #003366;
        text-decoration: none;
}

/* ref#20 */
.searchHeaderAlt1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        color: #000065;
        text-decoration: none;
}

/* ref#21 */
.searchHeaderAlt2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        color: #000065;
        text-decoration: none;
}

/*The font style for the sub heading text in search boxes*/
/* ref#22 */
.searchSubHeader {
        font-family:  Arial, Helvetica, Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        color: #003366;
        text-decoration: none
}

/*The font style for the (contrasting) heading text in search boxes*/
/* ref#23 */
.searchHeaderLight {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: normal;
        color: #CCCCCC;
        text-decoration: none;
}

/*The font style for normal text in a search box*/
/* ref#24 */
.searchText {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #000000;
        font-weight: normal;
}

/*The font style for small text in a search box*/
/* ref#48 */
.searchSmall {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-style: normal;
        line-height: normal;
        color: #000000;
        text-decoration: none;
}

/*The font style applied to other text in the search forms ie the 'www'*/
/* ref#25 */
.searchFormField {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #000000;
}

/*The style for input fields in the search boxes*/
/* ref#26 */
.searchInput {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: #000000;


        font-weight: NORMAL;
}

/*The button style for buttons in the search boxes*/
/* ref#27 */
.searchButton {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: #FFFFFF;
        background-color: #003366;
        font-weight: bold;
}

/*This is the font style of the large step numbers in
* search boxes*/
/* ref#28 */
.searchStepText {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 24pt;
        color: #003366;
}

/*The font style applied to href's in the search boxes
* ie the 'multiple' domains search*/
/* ref#29 */
.searchLink {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #054EA9;
        font-weight: bold;
        text-decoration: none;
}

/*The standard background colour for searches*/
/* ref#16 */
.searchBackGround {
        background-color: #E6E6E6;
}

/*Another background color for the boxes around the search.
* This colour is used in the first box beneath the member
* login.  It can be set to the same as above for consistency*/
/* ref#17 */
.searchBackGroundAlt1 {
        background-color: #CCCCFF;
}

/*As above except for the second box, ie the one on the right*/
/* ref#18 */
.searchBackGroundAlt2 {
        background-color: #EEEEEE;
}
