body {
	font-family: "Trebuchet MS", "Myriad Web", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	color: black;
	background-color: white;
	margin: 10%;
}

h1, h2, h3 {
	font-weight: normal;
}

h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 3em;
	margin: 2em 0 1em 0;
}

h2 {
	font-size: 2em;
	margin: 1.75em 0 1em 0;
}

h3 {
	font-size: 1.5em;
	margin: 1.25em 0 .75em 0;
}

h4 {
	font-size: 1em;
	margin: 1em 0 .5em 0;
}

h5 {
	font-size: .75em;
	margin: .75em 0 .25em 0;
}

h6 {
	font-size: .75em;
	margin: .75em 0 .25em 0;
	font-weight: normal;
}

p, form { margin: 0 0 .75em 0; }

blockquote { color: #5e5e5e; }

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted; }
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

a:visited { color: #333; }

fieldset {
	border: 1px solid black;
	padding: .5em .75em;
}

legend {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

sup, sub { font-size: .5em; }

em, strong {
	font-weight: bold;
	font-style: normal;
}

strong { font-style: italic; }
img { border: 0; }



/********************/
/* id's and classes */

#language {
	float: right;
	font-size: .75em;
	color: white;
	background: url(/images/ti_boxbg600x300.jpg) #595959 top left no-repeat scroll;
	margin: 0 0 0 2em;
	padding: .25em 1.25em;
	border: 0;
}

#language p { margin: 0; }

#header {
	width: 407px;
	height: 76px;
	background: url(/images/ti_gr407x76.png) transparent top left;
	font-size: 3em;
	margin: 2em 0 1em 0;
}

#header h1 { display: none; }

#box_rightside {
	float: right;
	width: 23%;
	max-width: 400px;
	font-size: .85em;
	line-height: 1.6em;
	color: white;
	background: url(/images/ti_boxbg600x300.jpg) #595959 bottom left no-repeat scroll;
	margin: 2em 0 2em 2em;
	padding: .25em 2em;
	border: 0;
}

#box_rightside h2 {
	font-size: 1.5em;
	margin: 1em 0 .75em 0;
}

#box_rightside h3 {
	font-size: 1em;
	font-weight: bold;
	margin: -0.5em 0 -0.75em 0;
}

#box_rightside ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	margin: 0 0 1.25em 0;
}

#language a, #box_rightside a { color: white; }

#footer {
	font-size: .75em;
	margin: 4.6em 0;
}

#footer a { border: 0; }

