/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/graphics/round_2_line.gif);
	padding-top: 20px;
}

.headline a {
	font-size: xx-small;
	text-decoration: none;
	font-weight: bold;
	color: #C5C5C5;
}

.headline a:hover {
	font-size: xx-small;
	text-decoration: none;
	font-weight: bold;
	color: #FB071A;
}

.language a {
	font-size: xx-small;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.language a:hover {
	font-size: xx-small;
	text-decoration: none;
	font-weight: bold;
	color: #FB071A;
}

.stdtext a {
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.stdtext a:hover {
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
	color: #FB071A;
}

h1 {
	font-size: x-small;
	font-weight: bold;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main{
	width: 780px;
	margin: auto;
	background-image: url(../images/graphics/back.jpg);
	color: #000000;
	min-height: 2000px;
}

/***********************************************/
/* Text Styles                                 */
/***********************************************/

.headline{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}

.language{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}

.subhead{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FB071A;
}

.stdtext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.activebutton{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FB071A;
}
