﻿
/*page layout*/

body { 
top:0; 
left:0; 
margin:0; 
padding:0;


scrollbar-face-color: #dad8d8; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color:	#ffffff; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-arrow-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff;
background-color: #ffffff;
} 



/*text styles*/


.scrollbar
{
scrollbar-face-color: #dad8d8; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color:	#ffffff; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-arrow-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff;
background-color: #ffffff;
} 

}

.big_bold  {
font-family: tahoma;
font-weight: bold;
font-size: xx-large;
}

.normal_bold  {
font-family: tahoma;
font-weight: bold;
font-size: xx-small;
}


.headings_bold  {
font-family: tahoma;
font-weight: bold;
font-size: x-large;
}





.italic
{
font-style: italic;
}




/*hyperlink colours*/

a:link {color: #42A5FF; text-decoration: none; line-height: 10px}
a:visited {color: #42A5FF; text-decoration: none; line-height: 10px}
a:hover {color: #EE4611; text-decoration: none; line-height: 10px}
a:active {color: #42A5FF; background-color: none; text-decoration: none; line-height: 10px;}



/*main layout page*/

.main_index  {

font-family: verdana;
font-size: xx-small;
font-weight: normal;
border-left: 0px;
border-bottom: 0px;
border-top: 0px;
border-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;

}


.main_index_bold  {

font-family: verdana;
font-size: xx-small;
font-weight: bold;
border-left: 0px;
border-bottom: none;
border-top: 0px;
border-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 10px;

}


/*bookmarks*/

.bookmark  {

font-family: verdana;
font-size: .6em;
font-weight: normal;
border-left: 0px;
border-bottom: none;
border-top: 0px;
border-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 1px;

}


/*frame format*/

#main_frame  {
width: 95%;
font-size: x-small;
background-color: #ffffff;
border-left: 1px;
border-bottom: none;
border-top: none;
border-right: none;
padding-top: 15px;
padding-bottom: 10px;
padding-left: 10px;
line-height: 20px;

}


/*page headings*/

#headings {
padding-left: 20px;
font-family: tahoma;
text-transform: uppercase;
font-size: x-small;
font-weight: normal;
text-align: left;
color: #808080;
}


/*page pictures*/




.online_pic
{
background-attachment: scroll; 
background-image: url(../images/online.jpg); 
background-repeat: no-repeat; 
background-position: left; 
padding-top:5px; 

}
