/**********************************************************************************
* phpComasy, Open Source Web Content Management System                            *
* http://www.phpcomasy.org                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2006 neflexis gmbh (http://www.neflexis.ch)                *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/******************************** Additional styles ****************************/

body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black !important;
	font-size: 14px;
	font-family: Times New Roman !important;
}

#print {
    display: block;
}

#right-column,
#left-column,
#header,
#footer,
#info,
#left {
	display:none;
}

#my-body {
	background: white;
}

h1,h2,h3 {
    color: black !important;
}
#content a {
	display: none !important;
}
#content fieldset {
	color: white !important;
}
#content,
#content p,
#content label,
#content p,
#content h1,
#content a,
#content tr,
#content th,
#content td,
#content div,
#content span {
	color: black !important;
	font-family: Times New Roman !important;
}
#content h1 {
	display: none !important;
}
#content h2,
#content h2 a,
#content h2 a:hover {
	color: black !important;
	font-family: Times New Roman !important;
	font-size: 22px;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}




#container {
	width: 750px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: white;
	color: black;
	text-align: center;
}
#wrapper {
	float: none;
	width: 750px;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: auto;
	border: none;
	color: black;
	text-align: center;
}


#portlet-banner-Banner,
#metanavi_div,
#mainnavi_div {
    display: none;
}

#document,
#content,
#track {
	vertical-align: top;
	margin: 0px;
	width: 750px;
	height: auto;
	overflow: auto;
	background: white;
	border: none;
	text-align: center;
}
/*******************************************************************************/
