@charset "UTF-8";
/* Fonts */

h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #00BDD1;
	
	margin: 0px;
	padding: 0px;
	}
	
h2	
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #F400B5;
	
	margin: 0px;
	padding: 0px;
	}
	
h3	
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #e1e1e1;
	
	margin: 0px;
	padding: 0px;
	}		
	
/* Basic */
p, .white	
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #E1E1E1;
	
	margin: 0px;
	padding: 0px;
	}	

.bold
	{
	font-weight: bold;
	}

.boldBlue	
	{
	font-weight: bold;
	color: #00bdd1;
	}	
	
.boldGreen	
	{
	font-weight: bold;
	color: #9FCA2B;
	}
	
.boldWhite	
	{
	font-weight: bold;
	color: #e1e1e1;
	}	
	
.button1, .buttonCS, .button1Text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #E1E1E1;
	
	margin: 0px;
	padding: 0px;
	}

.dkBlue
	{
	font-size: 11px;
	color: #00848E;
	}
	
.dkPink
	{
	font-size: 11px;
	color: #87005E;
	}	
	
.greenBasic
	{
	color: #9FCA2B;
	}

li.left
	{
	margin-left: 20px;
	list-style-type: none;
	}

ul	
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #e1e1e1;
	
	list-style-type: none;
	}
	
ul.whiteFloat
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #e1e1e1;
	
	list-style-type: disc;
	padding: 0px 0px 0px 15px;
	
	float: left;
	}
	
ul.whiteFloat2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #e1e1e1;
	
	list-style-type: disc;
	margin-left: 40px;
	padding: 0px;
	
	float: left;
	}	
	
		
/* Breaks */
br.big
	{
	font-size: 15px;
	line-height: 15px;
	
	margin: 0px;
	padding: 0px;
	}
	
br.clear
	{
	clear: left;
	}	

br.small	
	{
	font-size: 2px;
	line-height: 2px;
	
	margin: 0px;
	padding: 0px;
	}
	
	
/* Links */
a.back
	{
	color: #9fca2b;
	font-size: 11px;
	}
	
a.back:hover
	{
	color: #00bdd1;
	}	

a.bold
	{
	color: #F400B5;
	}
	
a.bold:hover
	{
	color: #9fca2b;
	}
	
a.boldBlue:hover
	{
	color: #F400B5;
	}
	
a.boldGreen:hover
	{
	color: #00bdd1;
	}		

a.dkPink:hover
	{
	color: #00848e;
	}

a.h2
	{
	font-weight: bold;
	color: #F400B5;
	}
	
a.h2:hover
	{
	color: #e1e1e1;
	}	
	
a.white:hover
	{
	color: #9fca2b;
	}		