/* Web Copy CSS Document */

.title { font-size: 46px;
	font-family: century gothic, arial, verdana, helvetica;
	font-weight: bold;
	color:#3EC3D5;
	text-align: Left}

.subtitle_large { font-size: 14px;
	font-family: century gothic, arial, verdana, helvetica;
	font-weight: normal;
	color: #000000;
	text-align: justify}

.subtitle { font-size: 11px;
	font-family: century gothic, arial, verdana, helvetica;
	font-weight: bold;
	color: #000000;
	text-align: justify}

.body { font-size: 10px;
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	color: #000000;
	text-align: justify}
.body A { font-size: 10px;
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	text-decoration:none}
.body A:hover { font-size: 10px;
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	text-decoration:underline}
	
.body_white { font-size: 10px;
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify}
.body_white A { font-size: 10px;
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
	text-align: justify}	
.body_white A:hover { color: #000000}
	

.subtitle_white { font-size: 16px;
	font-family: century gothic, arial, verdana, helvetica;
	font-weight: none;
	color: #FFFFFF }
.subtitle_white A { font-size: 16px;
	font-family: century gothic, arial, verdana, helvetica;
	font-weight: none;
	text-decoration:none;
	color: #FFFFFF }	
.subtitle_white A:hover { text-decoration:underline;
	 color: #000000}

body { margin:0;
      padding:0;
      height:100%;
      border:none;
	  background-color: #BEBEC2;
   }
   
ul { color: #3EC3D5;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 4px 25px}
