/* ************************************************************************** */
/* CSS stylesheet split up in the following:                                  */
/* * ELEMENTS        : ordinary html-elements                                 */
/* * GENEREL CLASSES : often used, generic classes                            */
/* * SPECIAL CLASSES : specialised, limited-use classes for specific purposes */
/* * ID-OBJECTS      : styling for specific objects                           */
/*                                                                            */
/* ************************************************************************** */

/* ************************************************************************** */
/* ELEMENTS ***************************************************************** */
/* ************************************************************************** */
/* layout elements */
body, table, th, td, li, div, p, a 
{
	margin:0px;
	padding:0px;
	color:#5b605a;
	text-align:left;
	text-transform:none;
	line-height:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
}
body
{
	background:#ffffff;
}
table
{
	border:0px solid #5b605a;
	border-collapse:collapse;
	empty-cells:show;
}
th 
{
	font-weight:bold;
}
hr 
{
	height:1px;
	border:1px solid #5b605a;
}
img 
{
	margin:0px;
	padding:0px;
	border:0px;
}
a:link, a:visited, a:active
{
	color:#5b605a;
	text-decoration:none; 
}
a:hover
{
	color:#000000;
}
/* headings */
h1, h2, h1, h4, h5, h6
{
	margin:0px;
}
h1
{
	font-size:15px;
}
h2
{
	font-size:13px;
}
h1
{
	font-size:11px;
}
h1
{
	font-size:9px;
}
h5
{
	font-size:7px;
}
h6
{
	font-size:6px;
}
/* form elements */
form
{
	margin:0px;
	padding:0px;
}
label
{
	margin:0px;
	padding:0px;
	vertical-align:25%;
}
input, textarea, select
{
	margin:0px;
	padding:0px;
	border:1px solid #808080;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
/* ************************************************************************** */
/* GENEREL CLASSES ********************************************************** */
/* ************************************************************************** */
.bold			{font-weight:bold;}
.italic			{font-variant:italic;}
.normal			{text-decoration:none; font-weight:normal;}
.left			{text-align:left;}
.right			{text-align:right;}
.center			{text-align:center;}
.float_left		{float:left;}
.float_right	{float:right;}
/* ************************************************************************** */
/* SPECIAL CLASSES ********************************************************** */
/* ************************************************************************** */
.cursor 		{cursor:hand; cursor:pointer;}
.link_img		{vertical-align:0px;}
.alert			{color:#db605a}
/* ************************************************************************** */
/* ID-OBJECTS *************************************************************** */
/* ************************************************************************** */
