/*
STYLES SHEET FOR BAYVANTIK.DK MADE BY RICARDO MIRANDA AND XAVIER COLOMES
BAYER 10-02-2007

HEADERS:
	TIT1
	TIT2
	TIT3
	SUBTITLE
CONTENT
SEPARATOR
LIST
REBOX

*/
/************************ COMMON STYLES       *******************************/

html, body {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width: 100%;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
}
/* ALL THE HR WORK AS CLEARING FLOATS OBJECTS IF WANT TO REMOVE CHANGE THE STYLE*/
HR{
	height:1px;
	width:100%;
	color:#006000;
	clear:both;
}

HR#BLUE{
	height:1px;
	width:100%;
	color:#00A1E0;
}


/************* LINKS *********************************************************/

A{text-decoration: none;}
A:HOVER{text-decoration: underline;}


/******************* MAIN DIV ************************************************/

.content{
	text-align: center;
	width:100%;
}



/********** HEADERS & TITLES **************************************************/

.tit1{
	font-size: 18pt;
	color:#800000;
	font-weight:bold;
}

.tit2{
	font-size: 14pt;
	color:#006000;
	font-weight:bold;
}

.tit3{
	font-size: 13pt;
	color:#000000;
	font-weight:bolder;
}

.subTitle{
	font-size: 12pt;
}

.subTitle2{
	color:#006000;
	font-weight:bold;
}

.tit_blue {
	color:#0020C2;
	font-weight:bold;
	font-size:14pt;
}


/******** for spacing from top, can be used one or two of them ****************/


DIV#separator{
	width:100%;
	height:20px;
	}


.list{
	text-align:left;
}

#link_home{
	
	color:#0000ff !important;
	font-style:italic;
	font-size: 12pt !important;
	font-weight:bold !important;
	text-decoration: none !important;
}

A#link_home:HOVER{text-decoration: underline !important}

.columnLeft{ 
	width:47%;
	float:left;
	padding: 10px;
	text-align:center;
}
.columnRight{ 
	width:47%;
	float:right;
	padding: 10px;
	text-align:center;
}

.redBox{
	background-color: #A00000;
	font-weight:bold;
	color: #FFFFFF;
	width:450px;
	padding:12px;
	text-align: center;
}

.txtGrey{
	color:#666666;
}

.returTop{
	font-size:8pt;
	text-decoration: none;
	color:#9933CC;
}

A.returTop:HOVER{text-decoration: underline !important}

.listViolet{
	color: #9933CC !important;
	font-weight:bold;
}

.txtRed{
	color:#FF0000;
}

