A				{color:#1F4C90; text-decoration:none;}
A:Hover			{color:#0c2b5b; text-decoration:underline;}
A.noline		{text-decoration:none;}

A.top			{color:#FFFFFF; text-decoration:none;}
A.top:Hover		{text-decoration:underline;}

A.button		{background-color:white; color:#000D26; font-size:10px; text-align:center;
				text-decoration:none; height:12px; margin:4px; font-weight:bold;
				text-transform:capitalize;
				padding-left:2; padding-right:2; padding-top:1; padding-bottom:1;
				border-width:1; border-color:#000D26; border-style:solid}
A.button:Hover	{background-color:#0c2b5b; color:white;}

EM				{color:#bed6ff; font-weight:bold; font-style:normal;}
STRONG			{color:#bed6ff;}
H1				{color:#f4e67c; font-family:arial, verdana; font-size:14px;
				margin-left:20px; margin-top:20px; margin-right:0px; margin-bottom:0px;}
H5				{font-family:verdana; color:#f4e67c; font-size:12px; margin-bottom:4px;}

INPUT, TEXTAREA, SELECT	{font-family:verdana; font-size:10px;}
INPUT.button	{background-color:white; color:#000D26; font-size:9px;
				border-width:1; border-color:#000D26; border-style:solid;
				text-transform:capitalize; font-weight:bold;}
				border-width:1; border-color:black; border-style:solid;}

LI				{list-style:square;}

TABLE.border	{border-width:2; border-color:#666666; border-style:solid; background-color:#666666;}
TABLE.newsTitleBar {border-width:1; border-color:#FFD2E8; color:#000000; border-style:solid; background-color:#062a61;}


TD				{font-family:verdana; color:#FFFFFF; font-size:10px;}
TD.tabTitle		{background-color:#1F4C90; color:white; font-weight:bold;}
TD.header		{background-color:#EBEEF5; font-size:12px; color:#000000; height:26; font-weight: bold;}
TD.content		{padding:6; background-color:#000000; color:#ffffff;}
TD.contSmall	{background-color:#FFFFFF; color:#f4e67c; font-size:11px;}
TD.pageTitle	{background-color:#1F4C90; color:#ffffff; font-size:10pt;padding-left:17px;font-weight:bold;}
TD.newsTitle	{background-color:#1F4C90; color:#ffffff; font-weight:bold;}
TD.newsTitle a{color:#ffffff; font-weight:bold;text-decoration:underline;}
TD.newsTitle a:hover{color:#FFD2E8;}
TD.pageTitle1	{background-image:url('../gfx/tit_main.jpg');background-repeat:repeat-y;height:19px;color:#ffffff;font-size:10pt;padding-left:17px;font-weight:bold;}
TD.rightCol	    {border-left:1px dashed white;}

.doth			{border-width:0; border-bottom-width:1; border-bottom-style:dotted; border-color:#f4e67c;}
.dotv			{border-width:0; border-right-width:1; border-right-style:dotted; border-color:#f4e67c;}

.imgBorder		{border-width:1; border-style:solid; border-color:#737373;}

.event			{font-size:11px; margin-left:10px; margin-top:60px;}

.small			{font-size:11px; color:#FFFFFF;}
.footer			{font-size:10px; color:white;}
.footer:Hover	{color:#1F4C90;}
.h				{font-size:1pt; color:#EEEDE5;}


div.flashFrame  {position:relative; 
				 top:0; 
				 left:0; 
				 z-index:-5;}

div.container   {position:relative;
				 top:275px;
				 left:9px;
				 border:1px solid #ffffff;
				 background-color:#000000;
				 width:370px;
				 height:165px;
				 overflow-x: hidden;
				 overflow-y:scroll;				 
				 filter:alpha(opacity=80);
				 -moz-opacity:0.8;
				 opacity:0.8;
				 padding:4px;
				 font-size:10px;
				 text-align:justify;
				 z-index: 10;
}

BODY			{font-family:verdana; color:#FFFFFF; background-color:#1F4C91; 
				font-size:12px; margin:0; background-position: top center; 
				background-image:url('../gfx/bg_page.gif'); background-repeat:repeat-y;}
				
/**
 * Carousel CSS Below
 */								
#wrap
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    COLOR: #404040;
    PADDING-TOP: 0px
}
/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
    position: relative;
    width: 600px;
    height: 50px;
    background: transparent;
    padding: 0px 50px 0px 28px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: middle;
    list-style: none;
    margin-bottom: 0px;
    margin-right:2px;
    margin-left:2px;
    font-family:Arial;
    font-size:11px;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
    position: absolute;
    top: 10%;
    left: 94%;
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=30);
}

.jcarousel-prev {
    position: absolute;
    top: 10%;
    left: 0%;
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=30);
}


#container {
	width:100%;
}
.tabs {
	width:50px;
	margin-right:0px;
	padding:0px;
	text-align:center;
	float:middle;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
}
#content {
	height:60px;
	clear:both;
	border:1px solid #ccc;
}
#load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:white;
	color:white;
	display:none;
}

/* Used for page tabs */

#tabs {
  float:right;
  }
#tabs ul {
  margin:0;
  padding:0px 0px 0 0px;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  margin:0;
  padding:0 0 0 0px;
  text-decoration:none;
  }
  
#tabs a span {
  float:left;
  display:block;
  padding:5px 15px 8px 5px;
  color:#ffffff;
  }

#tabs a span.activeTab {
  float:left;
  display:block;
  padding:5px 15px 8px 5px;
  color:#000000;
  cursor:pointer;
  background-color:#bed6ff;
  }
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  background-color:#a2c3fd;
}

