html,body{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; overflow:auto; height:100%; margin:0px; }
td,span { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; line-height:18px; }
.title { font-weight: bold; font-size: 18px; line-height: 22px; }
.slogan { font-size: 20px; }
.subtitle { font-size: 18px; }
.paragraph { padding-top: 30px; text-align: justify; }
.separator { padding-top: 30px; padding-bottom: 30px; width: 880px; height: 20px;}

menu { height:35px; }
a { color:#4B2092; font-weight:bold; text-decoration:none; }

.menu a { float: left; font-family:Arial, Verdana, Helvetica, sans-serif; color: #000000; }
.menu .sep { float: left; width: 52px; }

.menu a:link {text-decoration: none; color:#000000}
.menu a:visited {text-decoration: none; color:#000000}
.menu a:active {text-decoration: none; color:#000000}
.menu a:hover {text-decoration: none; color:#4B2092}

.menu a.selected:link {text-decoration: none; color:#4B2092}
.menu a.selected:visited {text-decoration: none; color:#4B2092}
.menu a.selected:active {text-decoration: none; color:#4B2092}
.menu a.selected:hover {text-decoration: none; color:#4B2092}

/*--Transparent background layer--*/
#noflashfog { background: #999999; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .90; z-index: 9999; }
.popup_block{ background: #fff; padding: 20px; float: left; font-size: 1.2em; position: fixed; top: 45%; left: 50%; z-index: 99999; /*--CSS3 Box Shadows--*/ -webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; /*--CSS3 Rounded Corners--*/ -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
/*--Making IE6 Understand Fixed Positioning--*/
*html #noflashfog { position: absolute; }
*html .popup_block { position: absolute; }
#noflashmsg { width:500px; margin:-90px 0 0 -275px; text-align:center; color:#000; font-size:12px; }
#noflashmsg .msg { margin:15px 15px 5px 15px; }
