
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #ed008c url(site_structure/tt_bar.jpg) repeat-x left top;
}
#tt_container {
	margin-left: auto;
	margin-right: auto;
	width: 777px;
}
#tt_topbanner {
	width: 777px;
	height: 121px;
}
#tt_topmenu {
	width: 777px;
	margin: 0px;
	padding: 0px;
}
#tt_topmenu a {
	color:#FFFFFF;
}
#tt_topmenu a:hover {
	text-decoration:none;
}
#tt_roundtop {
	margin-top: 58px;
	line-height: 10px;
	width: 576px;
	background: url(site_structure/tt_roundtop.jpg) no-repeat;
}
#tt_content {
	width: 521px;
	padding: 8px 26px 3px;
	background: #ffffff;	
}
#tt_roundbottom {
	width: 576px;
	background: url(site_structure/tt_roundbottom.jpg) no-repeat;
}
#tt_footer {
	width: 521px;
	margin: 0px;
}
#tt_footer p {
	margin: 5px 0px 5px 10px;
	padding: 10px 0px 20px 10px;
	line-height: normal;
	color: #ffffff;
}
#tt_sidebar {
	margin-top: 58px;
	width: 188px;
	float: right;
}
/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	font-weight: normal;
	color: #ed008c;
}

h1 span, h2 span {
	font-weight: bold;
}

h1 {
	font-size: 31px;
}

h2 {
	font-size: 20px;
}

h2.style1 {
	margin-bottom: 18px;
	font-size: 16px;
	color: #b9d532;
}

h3 {
	font-size: 16px;
}

h3.style2 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #ed008c;
}
h3.style3 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight:bold;
	color: #D0FF73;
}
h3.style4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}

.style1 {font-weight: bold; font-size:16px; color: #FFE600;}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

input, textarea, select {
	color: #AFAFAF;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 150%;
	text-align: left;
}
.quotes {color:#FFFFFF;}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color:#00adef;
}

.list1 li {
	display: block;
	padding: 0px 0px 0px 15px;
}

.list1 li.first {
	border: none;
}

.list1 a {
	display: block;
	width: 145px;
	padding: 5px 0px 5px 11px;
	color: #ffffff;
}
.list1 a:hover {
	display: block;
	width: 145px;
	padding: 5px 0px 5px 11px;
	background-color:#ff0097;
	color: #FFFFFF;
	text-decoration: none;
}
#tt_roundtop_menu {
	margin-top: 0px;
	line-height: 10px;
	background: url(site_structure/tt_roundtop_blue.jpg) no-repeat;
}
#tt_roundbottom_menu {
	margin-top: 0px;
	line-height: 10px;
	background: url(site_structure/tt_roundbottom_blue.jpg) no-repeat;
	padding-bottom: 20px;
}

/** LINKS */

a {
	color:#00adef;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/** MISC */

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

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
	border: 6px solid #FFFFFF;
}

hr {
	display: none;
}

.hr1 {
	height: 16px;
	background: url(images/homepage08.gif) repeat-x left top;
}
