/******************************************************************************
universal css*/

body {
	margin: 50px 0px;
	padding: 0;
	width: 700px;
	text-align: center;
	color: #ffffff;
	font-size: 100%;
	font-family: arial;
	/*line-height: 18px; font-weight:normal; font-size:100%; font-family: Arial, Verdana, sans-serif;*/
	/*background-image: url(http://omusicstudios.com/images/music_spotlight_background2.jpg);*/
}

.underline {text-decoration: underline;}

a:link {color: #F90707; text-decoration: underline;} /* unvisited link */
a:visited {color: #F90707; text-decoration: underline;} /* visited link */
a:hover {color: #F90707; text-decoration: none} /* the mouse "hovers" over the link */
a:active {color: #F90707; text-decoration: underline;} /* according to CSS2-specification :active should work between on-mouse-down and on-mouse-up events but according to CSS1 the link stays marked until the user click with mouse to another place */

.vertical_top {
	vertical-align: top;
}

/******************************************************************************
header section*/

.headline {
	font-size: 3.5em;
	font-weight: bold;
	color: #F90707;
}

.subheadline {
	font-size: 3.0em;
	font-weight: bold;
	color: #F90707;
	width: 600px;
}

.subheadline2 {
	font-size: 1.5em;
	color: #FFFFFF;
	width: 650px;
}

div.content {
	margin: 0px 20px 0px 20px;
	padding: 5px 30px 5px 30px;
	width: 600px;
	text-align: left;
	font-size: 1.1em;
}

td.font {
	font-size: .7em;
	vertical-align: top;
}

.center_box_element {
	font-family: Arial;
	font-size: 15px;
	width: 700px;
	text-align: left;
	margin: 0px auto;
	padding: 15px;
}


/******************************************************************************
left section*/

/******************************************************************************
body section*/


div.main {}

div.regoptions {
	padding: 5px 5px 5px 15px;
}

/******************************************************************************
right section*/

/******************************************************************************
footer section*/

.center {
	text-align: center;
}

.address {
	font-size: .8em;
}


/******************************************************************************
following css extracted from template*/

td {
	font-family:verdana;
	font-size:10px;
	color:000000
}

A {
	text-decoration: none;
	color:6B64B3;
	font-size: 11px; 
	font-family: verdana;
}

a:visited{color:E8AB00}
a:hover{color:red}
a.white{color:ffffff; font:100}
a.white:visited{color:ffffff}
a.red{color:D30707}
a.red:visited{color:D30707}
a.red:hover{color:blue}
.bold{font:900}
.left{padding-left:20;padding-right:20; padding-top:20; padding-bottom:20}