/* R&S CSS Stylesheet */

BODY, IMG {
	margin:0px;
	border:none;
}

BODY { 	background:url(_images/bg2.jpg); }

A { color:inherit; }

TD,P, H2, SPAN { 
	font-family:Tahoma, Arial, Verdana;
	font-size: 10pt;
	text-align:justify;
}
#areas {}
H2 { font-size:10pt; margin:0px; }
H1 { color:white;text-align:justify;font-family:Tahoma, Arial, Verdana; }
TABLE {
	border:none;
	border-collapse : collapse;
}

TABLE.bg { 
	width:100%; height:100%;
	background:url(_images/bg.jpg); 
	background-repeat:repeat-x; 
}

TABLE.center_column {
	width:930px;
	margin:0px auto 50px auto;
}

TABLE.center_column TD { vertical-align:top; }

TABLE.main_frame1, TABLE.menu_frame1 {
	margin-top:0px;
	width:600px;
	background:#999999;
	background-image:url(_images/main_contents_blackFrame.png);
	background-repeat:repeat-x;
}

TABLE.menu_frame1 {
	margin-top:0px;
	position:relative;
	top:-3px;
	left:4px;
	width:278px;
}

TABLE.main_menu {
	margin-top:20px;
}

TABLE.main_frame2, TABLE.menu_frame2 {
	width:100%; height:100%;
	background:#FFFFFF;
}

TABLE.main_frame2 TD {
	vertical-align:top;
	padding:7px;
}

TABLE.menu_frame2 {
	position:relative;
	top:-1px;
}

TABLE.menu_frame2 TD {
	vertical-align:top;
	padding: 0px 7px 7px 7px;
}

TABLE.menu_contents
{
	background:#BFBFBF;
	background-image:url(_images/menubg.jpg);
	background-repeat:no-repeat;
	width:100%; height:100%;
}

TABLE.main_contents {
	margin:0px auto 0px auto;
}

TABLE.main_contents TD { padding:0px; margin:0px; }
TABLE.main_contents TD.image { 
	width:590px;
	height:400px;
	background-color:#dddddd; 
}

DIV#flash
{
	width:590px;
	height:400px;
	margin:0px;
	position:relative;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
}

TABLE.imagemenu {
	width:175px;
	margin:15px auto 5px 0px;
}

TABLE.imagemenu TD IMG {
	padding:5px 2px 5px 2px;
	opacity: .9
}

TABLE.imagemenu TD A IMG:hover {
	opacity: .7;
}

TABLE.contactinfo { 
	width:190px;
	margin:20px 80px 0px auto; 
}

TD.textfield_bottom { 
	height:8px;
	background: #e5e5e5;
}
TD.textfield_bottom IMG { vertical-align:bottom; }

TD.textfield {
	background:#e5e5e5;
	background-image:url(_images/main_contents_textfieldBg.png);
	background-repeat:repeat-x;
}

DIV.underline, DIV.white_underline {
	height:2px; width:100%;
	background-image:url(_images/underline.png);
	background-repeat:repeat-x;
	margin:5px 0px 5px 0px;
}

DIV.white_underline {
	height:1px;
	background:#FFFFFF;
}

UL {	
	list-style:square;
	color:#CC0000;
}

TABLE.menu { width:100%; }

TABLE.menu TD IMG {
	vertical-align:middle;
	border:none;
	margin-left:10px;
}

TABLE.menu TD A {
    display: block;
    width: 100%;
    margin: 0 auto;
	opacity: 1;
}

TABLE.menu TD A:hover {
	opacity: .5;
}

TABLE.contactinfo { 
	width:190px;
	margin:20px 80px 0px auto; 
}

TABLE.contactinfo TD {
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}

A:hover { text-decoration:none; }

SPAN { color:#000000; font-size:inherit; }
SPAN.red, SPAN.emred, A { color:#cc0000; }
SPAN.emred { font-weight:bold; letter-spacing:1px; }
SPAN.gray { color:#555555; }
SPAN.light { color: #333333; }
SPAN.center { text-align:center; }
SPAN.small { font-size:8pt; text-align:justify; }
.center		{margin-left:auto;margin-right:auto;text-align:center;}
