body
{
	background-color: #ccc;
	background-image: url("img/background_tile.gif");
	background-repeat: repeat;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 16px;
	FONT-STYLE: normal;
	FONT-FAMILY: "Times New Roman", Georgia, Times, serif;
}

.content_background
{
	background-color: #666;
	background-image: url("img/content_background.jpg");
	background-repeat: no-repeat;
}

.content
{
	color: #fff;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 16px;
	FONT-STYLE: normal;
	FONT-FAMILY: "Times New Roman", Georgia, Times, serif;
}


.copy
{
	color: #000;
	FONT-SIZE: 10px;
	LINE-HEIGHT: 12px;
	FONT-STYLE: normal;
	FONT-FAMILY: "Times New Roman", Georgia, Times, serif;
}

.copy a
{
	color: #09c;
}
.copy a:visited
{
	color: #09c;
}

.small
{
	color: #fff;
	font-size: 10px;
	font-family: sans-serif;
}

h1
{
	color: #fff;
	FONT-SIZE: 20px;
	line-height: 22px;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	FONT-FAMILY: Helvetica, Arial, Verdana, sans-serif;
	text-transform: inherit;
	letter-spacing: 1px;
}

h2
{
	color: #fff;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 16px;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	FONT-FAMILY: Helvetica, Arial, Verdana, sans-serif;
}

.h2
{
	color: #fff;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 16px;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	FONT-FAMILY: Helvetica, Arial, Verdana, sans-serif;
}

h3
{
	color: #3cf;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 16px;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	FONT-FAMILY: Helvetica, Arial, Verdana, sans-serif;
}

.h3
{
	color: #3cf;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 16px;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	FONT-FAMILY: Helvetica, Arial, Verdana, sans-serif;
}

a
{
	color: #3cf;
	text-decoration: none;
}

a:visited
{
	color: #3cf;
	text-decoration: none;
}

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

.border
{
	border-color: #444;
	border-width: 1px;
}

.smallproject
{
	background-color: #666;
	background-image: url("img/smallproject.gif");
	background-repeat: repeat-x;
}

/*
.smallproject
{
	background-color: #666;
	background-image: url("img/slant_bg.gif");
	background-repeat: no-repeat;
}
*/

.smallerproject
{

	background-image: url("img/slant_bg_small.gif");
	background-repeat: no-repeat;
}


li
{
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -12px;
	text-transform: inherit;
}
ul
{
	list-style-type: disc;
	margin: 0px 0px 0px -8px;
	padding: 0px 0px 0px 16px;
	position: relative;
	left: 0px;
	text-indent: 0px;
}