/* Cascading Style Sheet for sweexite 2.0 */

body
{
	width		: 1000px;
	margin		: 0px;
	padding		: 0px;
	background	: #ffff80;
	font-family	: Verdana;
	font-size	: 10pt;
	text-align	: center;
};

#header
{
	height		: 110px;
	margin		: 0px;
	background	: #b80000;
	text-align      : left;
}

#menu
{
	float		: left;
	width		: 184px;
	padding		: 8px;
	background	: #f5df9c;
	text-align      : left;
}

#content
{
	float		: right;
	width		: 784px;
	padding		: 8px;
	background	: #ffffcc;
	text-align      : left;
}

#footer
{
	clear		: both;
	width		: 100%;
	background	: #ffff80;
	text-align      : center;
}

h1
{
	text-align	: left;
	font-family	: Verdana;
	font-size	: 20pt;
	font-weight	: bold;
	line-height	: 50%;
	color		: #000000;
}

#header h1
{
	text-align	: left;
	font-family	: Verdana;
	font-size	: 20pt;
	font-weight	: bold;
	line-height	: 0%;
	color		: #ffffff;
}

h2
{
	font-family	: Verdana;
	font-size	: 14pt;
	font-weight	: bold;
	line-height	: 50%;
	color		: #000000;
}

h3
{
	font-family	: Verdana;
	font-size	: 12pt;
	font-weight	: bold;
	line-height	: 50%;
	color		: #000000;
}

hr
{
	color		: #000000;
}

img
{ 
	border		: 0px;
}

table
{
	border-style	: solid;
	border-width	: 0px;
	border-spacing	: 0px;
	border-collapse	: collapse;
}

th
{
	font-family	: Verdana;
	font-size	: 10pt;
	font-weight	: bold;
	padding		: 2px;
	border-style	: solid;
	border-width	: 0px;
}

td
{
	font-family	: Verdana;
	font-size	: 10pt;
	padding		: 2px;
	border-style	: solid;
	border-width	: 0px;
	vertical-align  : top;
}

#borders
{
	border-style	: solid;
	border-width	: 1px;
	border-color	: #7f7f7f;
	background-color: #ffffff;
	border-spacing	: 0px;
	border-collapse	: collapse;
}

#borders th
{
	padding		: 2px;
	font-weight	: bold;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #bfbfbf;
	background-color: #bfbfbf;
}

#borders td
{
	padding		: 2px;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #bfbfbf;
	background-color: #ffffff;
	vertical-align  : top;
}

A		{ color: #3f3f3f; background: transparent; text-decoration: underline; }
A:visited	{ color: #3f3f3f; background: transparent; text-decoration: underline; }
A:active	{ color: #3f3f3f; background: transparent; text-decoration: none; }
A:hover		{ color: #3f3f3f; background: none;        text-decoration: underline; }
