/* GENERAL STYLES */
body {
	background-image:url(../images/bg.gif);
	background-repeat: repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


/* BG STYLES */
.bg-left {
	background-image: url(../images/i_11.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.bg-right {
	background-image: url(../images/i_13.gif);
	background-repeat: repeat-y;
}
.mainbg {
	background-image:url(../images/bg.gif);
	background-repeat: repeat;
}


/* TEXT STYLES */
small {
	font-size: 10px;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9b1314;
	text-decoration: underline;
	margin-top: 0px;
}
.maintext {
	font-size: 75%;
}
.maintext2 {
	font-size: 100%;
}
p {
	font-size: 100%;
}
.maintexttd {
	font-size: 100%;
}
.italic {
	font-style: italic;
}
a:active, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}



/* TEXT ELEMENTS STYLES */
.heading_right_arrow {
	margin-right: 4px;
	margin-bottom: 2px;
}
.red_right_arrow {
	margin-right: 4px;
	margin-bottom: 1px;
}


/* MISC ELEMENT STYLES */
.verticle_grey_line {
	height: 100%;
	width: 2px;
	background-color: #ece5bf;
}
.horizontal_grey_line {
	height: 1px;
	width: 100%;
	background-color: #ece5bf;
}
.border-left {
	border-left: 1px solid #ece5bf;
}
.field {
	font-size: 100%;
	width: 100%;
}
.field-small {
	font-size: 100%;
	width: 80px;
}
.field-medium {
	font-size: 100%;
	width: 200px;
}