body { background-color: #FFFFFF; 
	}

.title {
	font-family: 'Raleway', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #28104C;
	}

img
{
    max-width: 100%;
    height: auto;
}

.background{
	height:100%;
   width:100%;
   background-image:url(images/index-02.jpg);  
   background-repeat:no-repeat; 
   background-size:cover;
   }


.links {
	font-family: 'Raleway', sans-serif;
	font-size: 11pt;
	color: #6D49A3;
	}

.large {
	font-family: 'Raleway', sans-serif;
	font-size: 13pt;
	color: #000000;
	}


.copy {
	font-family: 'Raleway', sans-serif;
	font-size: 11pt;
	color: #000000;
	}

.orange {
	font-family: 'Raleway', sans-serif;
	font-size: 11pt;
	color: #CC6633;
	}

.small {
	font-family: 'Raleway', sans-serif;
	font-size: 9pt;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	line-height: 20pt;
	
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #C1A0F2; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }
