body
{
	margin: 0px;
}

tr, td, p
{
  font-family      : "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
  font-size        : 12px;
  color            : #555555;
}

.right
{
	background : url("images/right_shadow.jpg") repeat-y right #FFFFFF;
}

.left
{
	background : url("images/left_shadow.jpg") repeat-y left #FFFFFF;
}

.m
{
	font-family: "Comic Sans Serif", "Comic Sans MS", courier, sans-serif;
}

h1
{
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	font-weight      : normal;
	font-size        : 16px;
	text-align: justify;
	color: #333399;
}

h2
{
  font-family      : "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
  font-size        : 14px;
  font-weight      : normal;
  text-align       : left;
  color:#333399;
}

h3
{
	font-family: "Comic Sans Serif", "Comic Sans MS", courier, sans-serif;
	font-size	: 18px;
	font-weight	: normal;
	text-align: center;
	color	: #FF6600;
}

h4
{
	font-family: "Comic Sans Serif", "Comic Sans MS", courier, sans-serif;
	font-size	: 16px;
	font-weight	: normal;
	color	: #009DEA;
}

li
{
	list-style-image: url(images/unawe_star.png);
}

a:link, a:visited
{
color: #333399;
font-size:12px;
text-decoration: none;
}

a:hover
{
color: #333399;
text-decoration: underline;
}

hr
{
  background       : #999999;
  height           : 1px;
  width            : 100%;
}


