@charset "utf-8";
/* CSS Document */

a:link{
	text-decoration: none;
	color: #000000; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 800;
	}
	
a:visited{
	text-decoration: none;
	color: #000000; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 800;
	}

a:hover{
	text-decoration: none;
	color: #000000; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 800;
	}

a:active{
	text-decoration: underline;
	color: #000000; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 800;
	}
	
a.register:link{
	text-decoration: none;
	color: #FF0000;
	font-family: ariel, helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 800;
		font-style: italic;
	}
	
a.register:visited{
	text-decoration: none;
	color: #FF0000;
	font-family: ariel, helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 800;
		font-style: italic;
	}	
	
a.register:hover{
	text-decoration: none;
	color: #000066;
	font-family: ariel, helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 800;
		font-style: italic;
	}	
	
a.register:active{
	text-decoration: none;
	color: #FF0000;
	font-family: ariel, helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 800;
		font-style: italic;
	}	
	
a.bluegreen{
	text-decoration: none;
	color: #2E6469;
	font-family: ariel, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 400;
	}

body{
	text-decoration: none;
	color: #000000; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400;
	}	
	
.orange{
	text-decoration: none;
	color: #CA6139; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400;
	}	
	
.blue{
	text-decoration: none;
	color: #3D848B; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400;
	}	
	
.bluebold{
	text-decoration: none;
	color: #000066; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 24pt;
    font-weight: 800;
	}	
	
.italic{
	text-decoration: none;
	color: #112528; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400;
	font-style: italic;
	}
	
.underlined{
	text-decoration: underline;
	color: #112528; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400;
	}		
	
.bold{
	text-decoration: none;
	color: #112528; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 800;
	}

h3{
	text-decoration: none;
    color: #2E6469; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 13pt;
    font-weight: 800;
	}

h2{
	text-decoration: none;
    color: #000066; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 800;
	}

h1{
	text-decoration: none;
    color: #000000; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 20pt;
    font-weight: 800;
	}

.smallgreen{
	text-decoration: none;
    color: #22484C; 
    font-family: ariel, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 400;
	}