/* CSS Document */

body 		
		{
			width: 950px;
			height: 550px;
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#000000;
		}
	
.content	
		{
			font-size:12px;
			font-weight:600;		
		}
		
.big-content	
		{
			font-size:16px;		
			font-weight:600;
		}
		
.big-content-green
		{
			font-size:16px;		
			font-weight:600;
			color:#009900;
		}
		
.titles
		{
			font-size:40px;
			color:#009900;
		}
		
.titles-white
		{
			font-size:40px;
			color:#FFFFFF;
		}
		
.small-content	
		{
			font-size:10px;		
		}

.mid-content	
		{
			font-size:12px;		
		}	

.header		
		{
			font-size:18px;
			color:#000000;
		}
		
.header-big	
		{
			font-size:24px;
			color:#000000;
			font-weight:500;
		}
		
img 
		{
			border: none;
		}
	
a:link		
		{
			color:#0000CC;
		}
		
a:visited 	
		{
			color:#FF0000;
		}
		
a:hover
		{
			color:#006600;
		}
		
a:active
		{
			color:#FF0000;
		}

