/* Cascading Style Sheet for sweexite 2.0 */

body
{
	font-family	: Arial;
	font-size	: 10pt;
	text-align	: center;
	color		: #000000;
	background-color: #ffffff;
};

#main
{
	padding		: 0px;
	margin		: 0px;
	background-color: #ffffff;
	text-align      : center;
	width		: 1026px;
};

#header
{
	padding-top	: 0px;
	padding-left	: 0px;
	padding-right	: 0px;
	padding-bottom	: 0px;
	margin		: 0px;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #000000;
	background-color: #bfbfbf;
	text-align      : left;
};

#content
{
	padding		: 8px;
	margin		: 8px 0px 8px 0px;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #000000;
	text-align      : left;
};

#footer
{
	padding		: 4px;
	margin		: 0px;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #000000;
	background-color: #bfbfbf;
	text-align      : center;
};

h1
{
	text-align	: left;
	font-family	: Arial;
	font-size	: 20pt;
	font-weight	: bold;
	line-height	: 0%;
	color		: #000000;
};

#header h1
{
	text-align	: left;
	font-family	: Arial
	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
{
	padding		: 2px;
	font-weight	: bold;
	border-style	: solid;
	border-width	: 0px;
};

td
{
	padding		: 2px;
	border-style	: solid;
	border-width	: 0px;
};

#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;
};

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; }
