body {	background: #ffffff;
	margin: 0px;
	text-align: center;
}

.plaintext {	font-family: Trebuchet MS, Sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
/*	padding-left: 12px; */
}

a:link, a:visited {	color: #000000;
	text-decoration: none;}

a:hover {
	text-decoration: underline;
}

a:active {	color: #CF1B23;
	text-decoration: none;
}

#header {	height: 70px;
	background: url(images/decor/upper.jpg) repeat-x #000000;
	color: #ffffff;
	text-align: center;
}

#upfooter, #footer {
	text-align: center;
}

#footer {	border-top: 1px solid #bcbcbc;
	padding-top: 5px;
	background: url(images/decor/lowbg.jpg) repeat-x #ffffff;}

.sideblack {	background: url(images/decor/line_1.jpg) repeat-x;
	width: auto;
	height: 40px;
	min-width: 10pt;
}

#tranceleft {	background: url(images/decor/bodyleft.jpg) repeat-y;
	width: 6px;
	height: auto;
}

#tranceright {	background: url(images/decor/bodyright.jpg) repeat-y;
	width: 6px;
	height: auto;
}

#trl1 {	background-image: url(images/decor/leftrance.jpg);
	background-repeat: no-repeat;
	width: 6px;
	height: 40px;
}

#trl2 {	background-image: url(images/decor/leftdown.jpg);
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
}

#upline {	background-image: url(images/decor/line_main.jpg);
	background-repeat: repeat-x;
	width: 550px noresize;
	min-width: 550px;
	max-width: 550px;
	height: 40px;
	text-align: right;
	color: #ffffff;
	font-family: Arial, Pragmatica;
	font-size: 11px;
}

#mainline {
	background: url(images/bglogo.jpg) #ffffff;
}

#mainline, #mainline_blur {	background-repeat: no-repeat;
	background-position: center;
	width: 550px noresize;
	min-width: 550px;
	max-width: 550px;
	height: 375;
}

#downline {	background-image: url(images/decor/line_down.jpg);
	background-repeat: repeat-x;
	width: 550px noresize;
	min-width: 550px;
	max-width: 550px;
	height: 10px;
}

#trr1 {	background-image: url(images/decor/rightrance.jpg);
	background-repeat: no-repeat;
	width: 6px;
	height: 40px;
}
#trr2 {	background-image: url(images/decor/rightdown.jpg);
	background-repeat: no-repeat;
	width: 6px;
	height: 40px;
}

.menu1 {	font-family: 'Trebuchet MS';
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	color: #CF1B23;
}

.menu2 {	font-family: 'Trebuchet MS';
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

img {	border-color: #ffffff;}

img.ilu {	clear: both;
	float: right;
	margin: 3px 0 7px 10px;
	padding: 1px;
	border: 1px solid #dadada;}

/* form elements */

form {
	/*margin:10px 15px;*/
	padding: 10px;
	border: 1px solid #dadada;
	background-color: #fafafa;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	font: bold 12px Trebuchet MS, Arial, Sans-serif;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 12px Arial, sans-serif;
	color:#777;
}

textarea {
	width:330px;
	padding:2px;
	font: normal 12px arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	width: 100px;
	margin: 0;
	font: bold 12px Trebuchet MS, Arial, Sans-serif;
	background: #FFF url(images/decor/gradientbg.jpg) repeat-x;
	margin-top: 8px;
	color: #333;
	border: 1px solid #DADADA;
}