/***********************************************/
/* main_style.css                              */
/*          								   */
/***********************************************/

/*
@font-face {
    font-family: "Rosslaire";
    src: url("rosslaire.ttf"); 
    font-style: normal, italic;
	font-weight: 200;
}
*/

body{
	font-family: Tahoma,Arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

 
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.main_links {

	font-family: Tahoma, Arial, Verdana;
	color: #FF6666;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	text-align: center;
}

.main_links a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
	
}

.main_links a:hover {
	color: #FFCC00;
}

.section_title {

	font-family:  Arial, Verdana;
	color: #000000;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	text-align: left;
	white-space: nowrap;
}

.foot_links {

	font-family: Verdana, Arial, Tahoma;
	color: #333333;
	font-size: 80%;
	white-space: nowrap;
	text-align: center;
}

.copyright {

	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	color: #999999;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}







