	/* LINKS */

a:link, a:visited, a:active, a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-family: 'Georgia', arial, sans-serif;
	}


	/* BODY */

body {
	background-color: #000000;
	margin: 0;
	text-align: justify;
	font-family: 'Georgia', arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #90C0BD;
	}


/* DIV LAYERS */

div#header {
	position: absolute; top: 0; left: 0;
	width: 417px;
	height: 522px;
	margin: 0;
	}

div#breakingbarriers {
	position: absolute; top: 0; left: 420px;
	width: 400px;
	border: 0;
	background-color: #000000;
	}


	/* PARAGRAPHS */

h1 {
	padding: 3px 5px 3px 10px;
	margin: 5px;
	border-bottom: 1px solid #4D5D65;
	background: none;
	color: #467470;
	font-size: 12px;	
	line-height: 13px;
	font-family: 'Georgia', arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 7px;  
	}

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'Georgia', arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #90C0BD;
	}

p.center {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'Georgia', arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #90C0BD;
	}

p.right {
	text-align: right;
	}


	/* TABLES */

table {
	background-color: #000000;
	border: 0;
	}

input, option, select, textarea { 
	background-color: #000000;
	text-decoration: none;
	text-align: left;
	border: 1px solid #4D5D65;
	font-family: 'Georgia', arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	}

