
.bg_home {
	background-attachment: scroll;
	background-repeat: repeat;
	background-image:url(../images/w/hp_body_bg.gif);
	background-color: White;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

/* HOMEPAGE BACKGROUNDS */

/* Header (Homepage) */
.hp_top_right {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image:url(../images/w/hp_top_right.gif);
	background-color: transparent;
}

.hp_top_center {
	background-position: bottom center;
	background-repeat: repeat-x;
	background-image:url(../images/w/hp_top_center.gif);
	background-color: transparent;
}

.hp_top_left {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image:url(../images/w/hp_top_left.gif);
	background-color: transparent;
}
.hp_top_spacer {
	height: 33px;
}

/* Middle (Homepage) */
.hp_middle_right {
	background-position: left top;
	background-repeat: repeat-y;
	background-image:url(../images/w/hp_middle_right.gif);
	background-color: transparent;
}

.hp_middle_center {
	background-position: top center;
	background-repeat: no-repeat;
	background-image:url(../images/w/hp_middle_center.jpg);
	background-color: White;
}

.hp_middle_left {
	background-position: right top;
	background-repeat: repeat-y;
	background-image:url(../images/w/hp_middle_left.gif);
	background-color: transparent;
}

/* Main (Homepage) */
.hp_main_right {
	background-position: left top;
	background-repeat: no-repeat;
	background-image:url(../images/w/hp_main_right.gif);
	background-color: transparent;
	height: 100%;
}

.hp_main_center {
	background-position: top center;
	background-repeat: no-repeat;
	background-image:url(../images/w/hp_main_center.gif);
	background-color: transparent;
}

.hp_main_left {
	background-position: right top;
	background-repeat: no-repeat;
	background-image:url(../images/w/hp_main_left.gif);
	background-color: transparent;
}
.hp_logo_spacer {
	height: 85px;
	vertical-align: top;
}
.lines {
	height: 3px;
}

/* Footer (Homepage) */
.hp_bottom_right {
	background-position: left top;
	background-repeat: no-repeat;
	background-image:url(../images/w/hp_bottom_right.gif);
	background-color: transparent;
}

.hp_bottom_center {
	background-position: top center;
	background-repeat: no-repeat;
	background-image:url(../images/w/hp_bottom_center.gif);
	background-color: transparent;
	padding-top: 2px;
}

.hp_bottom_left {
	background-position: right top;
	background-repeat: no-repeat;
	background-image:url(../images/w/hp_bottom_left.gif);
	background-color: transparent;
}
.hp_bottom_visual {
	height: 89px;
}

/* END HOMEPAGE BACKGROUNDS */


/* Text */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}
.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	text-decoration: underline;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A9280E;
	text-decoration: none;
}

.hp_text_box1 {
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 0px;
	width: 320px;
	height: 100%;
}
.hp_text_box2 {
	padding-right: 8px;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 0px;
	width: 180px;
	height: 100%;
}
.hp_text_box3 {
	width: 0px;
	height: 100%;
}
.textTable1 {
	text-align: right;
	vertical-align: top;
}
.textTable2 {
	text-align: right;
	vertical-align: top;
}
.textTable3 {
	text-align: center;
	vertical-align: top;
}

.tableBox {
	background-color: #CED1D8;
	width: 180px;
	height: 25px;
	border : 2px solid #9EA3A9;
}
.textInBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-right: 8px;
}
.textInBox a, .textInBox a:active, .textInBox a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	text-decoration: underline;
}
.textInBox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A9280E;
	text-decoration: none;
}
.userid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.hivui{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.hivui a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.hivui a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A9280E;
	text-decoration: underline;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	font-weight: bold;
	color: #A9280E;
}
.pageText {
	padding-right: 18px;
	padding-left: 10px;
}

.hpAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	height: 24px;
	padding-top: 8px;
}
.counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9280E;
	font-weight: bold;
	background-color: White;
	border : 1px dotted #A9280E;
}

/* Bottons */
.topLink_table {
	height: 25px;
}
.topLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.topLink a, .topLink a:active, .topLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.topLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2E3E5;
	font-weight: bold;
	text-decoration: none;
}
.topLink_text {
	padding-left: 20px;
	padding-right: 10px;
}
.topLinkOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #A9280E;
}
.topLinkOn_text
{
	background-color: #A9280E;
	
}
.topLinkOn_text1
{
	background-color: #A9280E;
	padding-left: 20px;
	padding-right:10px;
}

a.topLinkOn_text, a.topLinkOn_text:active, a.topLinkOn_text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

.sideLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #D13111;
	height: 25px;
}
.sideLink_text a, .sideLink_text a:active, .sideLink_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;

}
.sideLink_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2E3E5;
	font-weight: bold;
	text-decoration: none;
}
.sideLinkOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #A9280E;
	height: 25px;
}
a.sideLinkOn_text, a.sideLinkOn_text:active, a.sideLinkOn_text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 4px;
}

.white_line {
	background-color: #ffffff;
}
.bottomLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9280E;
	font-weight: bold;
	text-align : center;
	text-decoration: underline;
}
.bottomLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9280E;
	text-decoration: underline;
}
.bottomLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/* Search */
.topsearch_table {
	height: 25px;
	text-align: center;
	vertical-align: bottom;
}
.topsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.topsearch a, .topsearch a:active, .topsearch a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}
.topsearch a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.button_top_form {
	background-position : center;
	background-repeat : no-repeat;
	background-image : url(../images/w/button_top_form.gif);
	background-color : transparent;
	border : 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width : 50px;
	height : 18px;
	padding-right: 2px;
}
.button_top_form_en {
	background-position : center;
	background-repeat : no-repeat;
	background-image : url(../images/w/button_top_form_en.gif);
	background-color : transparent;
	border : 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	width : 70px;
	height : 18px;
	padding-right: 2px;
	padding-left: 5px;
}
.button_form {
	background-position : center;
	background-repeat : no-repeat;
	background-image : url(../images/w/button_form.gif);
	background-color : transparent;
	border : 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 52px;
	height: 20px;
	padding-right: 2px;
}
.button_padding {
	padding-left: 3px;
	padding-bottom: 3px;
}
.input {
	background-color : White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	height: 21px;
}
.select {
	background-color : White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.radio {
	background-color: transparent;
}

/* Ticker */
.topticker2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 24px;
}
.topticker2 a, .topticker2 a:active, .topticker2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.topticker2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A9280E;
	text-decoration: none;
}
.topticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.topticker a, .topticker a:active, .topticker a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.topticker a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A9280E;
	text-decoration: none;
}
.topticker_lines {
	background-color: #9EA3A9;
}
.mainTicker_bg {
	padding-right: 8px;
	padding-left: 8px;
	height: 20px;
	position : relative;
	background-repeat: repeat-x;
	background-image:url(../images/w/main_ticker_bg.gif);
}
.mainTicker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
.mainTicker a, .mainTicker a:active, .mainTicker a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.mainTicker a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A9280E;
	text-decoration: none;
}

.newsInBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-right: 8px;
}
.newsInBox a, .newsInBox a:active, .newsInBox a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.newsInBox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A9280E;
	text-decoration: none;
}

/* PNIMI BACKGROUNDS */

/* Header (Pnimi) */
.top_right {
	background-position: left top;
	background-repeat: no-repeat;
	background-image:url(../images/w/top_right.gif);
	background-color: transparent;
}

.top_center {
	background-position: top center;
	background-repeat: repeat-x;
	background-image:url(../images/w/top_center.jpg);
	background-color: White;
}

.top_left {
	background-position: right top;
	background-repeat: no-repeat;
	background-image:url(../images/w/top_left.gif);
	background-color: transparent;
}
.top_spacer {
	height: 100px;
}
.aboveMenu_spacer {
	height: 2px;
}
.endTop_spacer {
	height: 4px;
}

/* Middle (Pnimi) */
.middle_right {
	background-position: left top;
	background-repeat: repeat-y;
	background-image:url(../images/w/middle_right.gif);
	background-color: transparent;
}

.middle_center {
	background-position: top center;
	background-repeat: no-repeat;
	background-image:url(../images/w/middle_center.gif);
	background-color: White;
}

.middle_left {
	background-position: right top;
	background-repeat: repeat-y;
	background-image:url(../images/w/middle_left.gif);
	background-color: transparent;
}

/* Main (Pnimi) */
.main_right {
	background-position: left top;
	background-repeat: no-repeat;
	background-image:url(../images/w/main_right.gif);
	background-color: #FA5424;
	width: 180px;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}

.main_center {
	background-position: top left;
	background-repeat: no-repeat;
	background-image:url(../images/w/main_center.jpg);
	background-color: White;
}

.before_Table_spacer {
	height: 20px;
}
.before_IconTable_spacer {
	height: 15px;
}

.visual_above {
}

.visual_below {
background-position: top center;
background-repeat: no-repeat;
background-image:url(../images/w/visual_below.jpg);
height: 158px;
}

/* Footer (Pnimi) */
.bottom_right {
	background-position: left top;
	background-repeat: no-repeat;
	background-image:url(../images/w/bottom_right.gif);
	background-color: transparent;
}

.bottom_center {
	background-position: top center;
	background-repeat: repeat-x;
	background-image:url(../images/w/bottom_center.gif);
	background-color: transparent;
}

.bottom_left {
	background-position: right top;
	background-repeat: no-repeat;
	background-image:url(../images/w/bottom_left.gif);
	background-color: transparent;
}

/* END PNIMI BACKGROUNDS */

.pnimi_top 
{
	height: 188px;
}

.hp_top 
{
	height: 33px;
}
.hp_middle
{
	height: 284px;
}
.pnimi_middle
{
	
	height: 455px;
}
.Footer
{
	height: 150px;
}
.AddressPos
{
	height: 20px;
	vertical-align:top;
}
.CounterPos
{
	height: 40px;
	vertical-align:bottom;
}
.CreditPos
{
	height: 40px;
	vertical-align:bottom;
	padding-bottom: 10px;
	
}
.SearchPos
{
	height: 30px;
	vertical-align:bottom;
}
.TopNewsPos
{
	height: 23px;
	vertical-align:bottom;
}
	
.scroll_text 
{
	overflow-y:auto;
	height:150px;
}
.topticker_container {
	padding: 8px;
	height:90px;
	text-align:right;
	background-color: #FFFFFF;
}
.pic_dec{background-image:url(../images/picbrown.gif);width:282px;height:360px}
.spaceBeforeFoot
{
	height:85px;
}
.hpSearchPos
{
	height: 31px;
	vertical-align:bottom;
}
.hpTickerPos
{
	height: 31px;
	vertical-align:middle;
}

.nav_icon
{
	background-image: url(../images/w/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: center left ;
	background-color: Transparent;
	width: 10px;
	height: 20px;
}
.side_nav_icon
{
	background-image: url(../images/w/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: center  ;
	background-color: Transparent;
	width: 30px;
	height: 20px;
}
.nav_icon_on
{
	background-color:#A9280E;
	background-image: url(../images/w/nav_selected.gif);
	background-repeat: no-repeat;
	background-position: center left ;
	width: 10px;
	height: 20px;
}

.arrow_right
{
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(../images/w/arrow_right.gif);
	background-color: transparent;
	height:100%;
	width: 20px;
}
.arrow_left
{
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(../images/w/arrow_left.gif);
	background-color: transparent;
	height:10px;
	width: 20px;
	
}

.sideLink_arrow
{
	background-image: url(../images/w/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: center  ;
	background-color: Transparent;
	width: 20px;
	height: 20px;
}
.sideLinkOn_arrow
{
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(../images/w/nav_icon.gif);
	background-color: #A9280E;
	height:10px;
	width: 20px;
	
}

.bull_side
{
	background-image: url(../images/w/top5icon.gif);
	background-repeat: no-repeat;
	background-position: center  ;
	width: 10px;
	height: 20px;
}		

.arrow_up
{
	background-image: url(../images/w/backtotop_icon.gif);
	background-repeat: no-repeat;
	background-position: center right;
	width: 20px;
}

.bgMagnify{width:15px;height:15px;background-image:url(../images/magnify.gif);background-repeat:no-repeat;}

/* ARTICLE AND ARTICLE LIST */
.pict_bgcolor {
	background-color:#CCCCCC;
	padding:3px;
}

.pict_bgcolor_en {
	background-color:#CCCCCC;
	padding:3px;
}

.pict_columns {
	background-color:#CCCCCC;
	border:solid 1px #D13111;
	padding:3px;
}

.article_title {
	background-color:#D13111;
	font: bold 16px Arial, Helvetica, sans-serif; color: #ffffff;
	padding-right: 7px;	padding-left: 7px;
}

.subtitle_list {
	font: 12px Arial, Helvetica, sans-serif; color: #000000;
	padding-right: 7px;	padding-left: 7px;
	padding-top: 2px; padding-bottom: 2px;
}

.article_subtitle {
	background-color:#CCCCCC;
	font: 12px Arial, Helvetica, sans-serif; color: #000000;
	padding-right: 7px;	padding-left: 7px;
	padding-top: 2px; padding-bottom: 2px;
}

.line {
	background-color:#D13111;
}

.article_text {
	font: 14px Arial, Helvetica, sans-serif; color: #000000;
	padding-right: 7px;	padding-left: 7px;
	padding-top: 2px; padding-bottom: 2px;
}

.author_bgcolor {
	background-color:#E89888;
}

.article_small {
	font:11px Arial, Helvetica, sans-serif; color: #000000;
	padding-right: 7px;
}
a.article_small, a.article_small:active, a.article_small:visited {
	font: 11px Arial, Helvetica, sans-serif; color: #000000; text-decoration:none;
	padding-right: 7px;	padding-left: 7px;
}
a.article_small:hover {
	font: 11px Arial, Helvetica, sans-serif; color: #D13111; text-decoration:none;
	padding-right: 7px;	padding-left: 7px;
}

.article_small_bold {
	font:bold 11px Arial, Helvetica, sans-serif; color: #000000;
	padding-right: 7px;
}
a.article_small_bold, a.article_small_bold:active, a.article_small_bold:visited {
	font:bold 11px Arial, Helvetica, sans-serif; color: #000000; text-decoration:none;
	padding-right: 7px;	padding-left: 7px;
}
a.article_small_bold:hover {
	font:bold 11px Arial, Helvetica, sans-serif; color: #D13111; text-decoration:none;
	padding-right: 7px;	padding-left: 7px;
}

.image_link { border:none; }

.results {
	font:14px Arial, Helvetica, sans-serif; color: #000000;
}

.results_bold {
	font:14px Arial, Helvetica, sans-serif; color: #000000;
	font-weight:Bold;
}

.form { margin:0px; }

.results_pages {
	font:bold 11px Arial, Helvetica, sans-serif; color: #000000;
}

a.results_pages, a.results_pages:active, a.results_pages:visited {
	font:bold 11px Arial, Helvetica, sans-serif; color: #000000;
	text-decoration:underline;
}

a.results_pages:hover {
	font:bold 11px Arial, Helvetica, sans-serif; color: #D13111;
	text-decoration:none;
}

.results_pages_selected {
	font:bold 13px Arial, Helvetica, sans-serif; color: #D13111;
}
/* END ARTICLE AND ARTICLE LIST */

.flash_visual{
width: 321px;
height: 257px;
}

.flash_hp_logo{
width: 777px;
height: 148px;
}

.flash_logo{
width: 778px;
height: 131px;
}
.contactText {
	padding-right: 18px;
	padding-left: 10px;
	padding-bottom:20px;
}
.pageTitleEn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A9280E;
}

.popup_center { text-align:center;}
.paging{font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 130%; text-decoration: underline; letter-spacing: 0.8px; color:blue}
.bgNextButton{width:48px;height:15px;background-image:url(../images/nextBlue.gif);background-repeat:no-repeat;}
.bgPreviousButton{width:56px;height:15px;background-image:url(../images/previousBlue.gif);background-repeat:no-repeat;}
.bgMagnify{width:15px;height:15px;background-image:url(../images/magnifyBlue.gif);background-repeat:no-repeat;}
.bgMoreButton{width:64px;height:15px;background-image:url(../images/moreBlue.gif);background-repeat:no-repeat;}
.borderpic { padding:0px;border-style: solid ;border-width: 1px; border-color:black}
.pict_popup {background-color:#CCCCCC;border:solid 1px #D13111;padding:3px;}


.list_titles{ background-color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 130%; text-decoration: none; letter-spacing: 0.8px; color: #000000}
.hp_logo
{
	
	width: 500px;
	
}

.hp_flash_visual
{
	height: 100px;
	width: 284px;
}
.hp_flash_logo
{
	height: 100px;
	width: 495px;
}

.flash_logo
{
	height: 100px;
	width: 577px;
}

.sideLink_arrow_en
{
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(../images/g/arrow_white_left_en.gif);
	background-color: transparent;
	height:10px;
	width: 20px;
}
.sideLinkOn_arrow_en
{
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(../images/g/arrow_white_left_en.gif);
	background-color:  #A9280E;
	height:10px;
	width: 20px;
	
}
.nav_icon_en
{
	background-image: url(../images/g/arrow_white_left_en.gif);
	background-repeat: no-repeat;
	background-position: center right ;
	width: 10px;
	height: 20px;
}

.nav_icon_en_on
{
	background-color:  #A9280E;
	background-image: url(../images/g/arrow_white_left_en.gif);
	background-repeat: no-repeat;
	background-position: center right ;
	width: 10px;
	height: 20px;
}

.textTable1_en {
	text-align: left;
	vertical-align: top;
}
.textTable2_en {
	text-align: left;
	vertical-align: top;
}
.textTable3_en{
	text-align: center;
	vertical-align: top;
}
.link{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 130%; text-decoration: none; letter-spacing: 0.8px; color: blue;}
.openingFlashMovie
{	
	height:400px;
	width:778px;
	

}
h1
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom:5px;
	font-weight: bold;
}
h2
{

	font-size: 16px;
	
}