﻿/* General */

Body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #EEEEEE;
	color: #FFFFFF;
}

html, body 
{
	height: 100%;
	margin: 10px;
	padding: 0;
}

.site_divClear 
{    
    clear: left;   
}

.site_leftAligned
{
	text-align: left;
}

.site_rightAligned
{
	text-align: right;
}

.site_centerAligned
{
	text-align: center;
}

.site_wrapper
{
	width: 960px;
	height: 100%;
	background-color: #000000;
	z-index: 0;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

a
{
	
}

a:link, a:visited
{
	color: #29C5DD;
}

a:hover
{
	color: #CFD2DD;
}

.site_noLink, .site_noLink:active, .site_noLink:link, .site_noLink:visited, .site_noLink:hover
{
	text-decoration: none;
	color: #ffffff;
	cursor: default;
}

