/** BASIC */

body   { background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; margin: 0; padding: 0 }
.shadow { background-color: #fff; background-image: url("/images/shad_white.gif"); background-repeat: repeat-x }
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1   { color: #666666; font-size: 10px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: center; padding: 3px 5px; border-width: 1px; border-color: #6d665f }

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select    { color: #333; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif }

p, blockquote, ul, ol, dl, li   { text-align: left; margin-top: 0; margin-bottom: 12px }

.text1     { color: #3f9fbd; font: bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.subtitle    { color: #83132c; font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.Title  { color: #7b1114; font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.subtitle_it    { color: #83132c; font: italic bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.text2 {
	font-size: 11px;
}

.text3 {
	padding: 2px 0px;
	background: url(images/homepage18.gif);
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #0F87AC;
}
a:hover {
	text-decoration: none;
}

a.link1 {
	color: #666666;
}
a.linksmaller  { color: #fff; font-size: 7pt }
a.linkwhite { color: #fff; font-size: 7pt; font-family: Verdana; font-style: italic; font-weight: bold; text-decoration: none; position: fixed }
/** STYLES */

.style1  { color: #a6a6a6; font-size: 10px; text-align: center }

.style1 a {
	color: #A6A6A6;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage04.gif) repeat-x;
}

.bg2 {
	background: url(images/homepage10.gif) no-repeat;
}

.bg3 {
	background: url(images/homepage12.gif) repeat-y center top;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: left;
	margin-right: 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.TM_red { color: #600; font-size: 5px }
.menu_white { color: #fff; font-size: 10px }

