/* CSS Document */

body {
background-image:url(../Images/Backgrounds/rose.jpg)
	 
	}

.style1 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	}
	
.style2 {
	font-family:"Trebuchet MS";
	color: #333366;
	font-size:24px;
	font-weight: bold;
	font-style:normal;
	}
	
.style3 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:36px;
	font-weight: bold;
	font-style: italic;
	}


.style4 {
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	}

.style5 {
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight: normal;
	font-style: normal;
	}	

.style6  {
	font-family: Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight: normal;
	font-style: normal;
	}
	
.style7 {	font-size: 10px;
	font-weight: bold;
}
.style8 {font-size: 10px}

.style9  {	color: #000000;
	font-size: 10px;
}
	
.style13 {
	font-size: large;
	font-weight: bold;
}
	
	/*page headings */
.heading {
	font-family: "Trebuchet MS";
	color:#003366;
	font-size:32px;
	font-weight: normal;
	font-style: normal;
	}	
	
	
	
	
	
	
a, a:active, a:link, a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #000000; 

}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #003300;

}

a.collink:link { 
	font-family: "Times New Roman", Times, serif;
	font-size:  14px;
	font-style:inherit;
	font-weight:bold;
	color: #000099;
	}
		
a.collink:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size:  14px;
	font-style:inherit;
	font-weight:bold;
	color: #000099;
	}
	
a.collink:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size:  14px;
	font-style:inherit;
	font-weight:bold;
	color: #000099;
	}	
	

a.newlink:link { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  16px;
	text-decoration:underline;
	font-weight:bold;
	color: #FFFF00;
	}
		
a.newlink:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-style:inherit;
	text-decoration:underline;
	font-weight:bold;
	color: #FFFF00;
	}
	
a.newlink:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-style:inherit;
	font-weight:bold;
	text-decoration:underline;
	color: #33FF00;
	}	

	


