BLOCKQUOTE		{font-family:verdana; font-size:11px;}
A				{font-family:Arial; color:#5D60A9; font-size:11px; text-decoration:underline;}
A:Hover			{color:#6E1122; text-decoration:underline;}
A.line			{text-decoration:underline;}
A.white			{color:#FFFFFF;}
A.white:Hover	{color:#C7C7C7;}
A.button		{background-image:url('../gfx/but_off.gif'); background-repeat:no-repeat;
				font-size:10px; width:101px; height:23px; color:#5D60A9; text-align:center;
				text-decoration:none; height:100%; padding-left:2px; padding-right:8px; padding-top:2px;
				padding-bottom:3px;	margin-bottom:3px; text-decoration:none;}
A.button:Hover	{background-image:url('../gfx/but_on.gif'); color:#5D60A9; text-decoration:none;}


A.button2		{background-color:white; color:#5D60A9; font-size:10px; 
				text-decoration:none; height:100%; padding-left:3px; padding-right:3px; padding-top:1px;
				padding-bottom:0px;	margin-bottom:2px;	
				border-width:1px; border-color:#5D60A9; border-style:solid; text-decoration:none;}
A.button2:Hover	{background-color:#5D60A9; color:white; text-decoration:none;}

EM				{color:#5D60A9; font-weight:bold; font-style:normal; letter-spacing:0.1em;}
HR				{color:#180050;}
H1				{font-family:arial, verdana; color:#5D60A9; font-size:20px; margin:0px}
H2				{font-family:arial, verdana; color:#5D60A9; font-size:18px; margin:0px}
H3				{font-family:arial, verdana; color:#5D60A9; font-size:16px; margin:0px}
H4				{font-family:arial, verdana; color:#5D60A9; font-size:14px; margin:0px;}
H4.alt			{font-family:arial, verdana; color:#D1CBBE; font-size:14px; margin:0px; align:center;}
H5				{font-family:arial, verdana; color:#5D60A9; font-size:12px; margin:0px;}

TD				{font-family:Arial; color:#5D60A9; font-size:11px; font-weight:normal; 
				letter-spacing:1px;}
TD.header		{font-weight:bold;}
TD.content 		{}
TD.header2		{background-color:#E1DCCF; font-weight:bold;}
TD.header3		{background-color:#E1DCCF; font-weight:normal; font-size:10pt; height:20px;}

TD.icon			{border-width:1px 0px 1px 1px; border-style:solid; border-color:#CCCCCC;}
TD.iconDesc		{border-width:1px; border-style:solid; border-color:#CCCCCC; padding-left:4px; padding-right:4px;}

TABLE.light		{border-color:#999999; background-color:#F8F8F8; border-style:solid; border-width:1px; 
				margin:2px; padding:2px;}

TABLE.yellow	{border-color:#999999; background-color:#FFFF33; border-style:solid; border-width:1px; 
				margin:2px; padding:2px;}

TABLE.blue		{border-color:#999999; background-color:#5D60A9; border-style:solid; border-width:1px; 
				margin:2px; padding:2px; color:#FFFFFF;}
TD.blue 		{color:#FFFFFF;}
				
INPUT, TEXTAREA, SELECT	{font-family:verdana; font-size:11px; background-color:white; 
				background-color:#FFFFFF; color:#000000; 
				border-width:1px; border-style:solid; border-color:#6060A8; border-style:solid; margin:1px;}
				
INPUT.button	{background-color:#FFFFFF; color:#6060A8; font-size:10px;}

INPUT.radio		{border-width:0px;}

.imageBorder	{border-width:1; border-color:#CCCCCC; border-style:solid;}	
.small			{font-size:10px;}
.med			{font-size:11px;}
.hidden			{font-size:1pt; color:white;}
.title1			{font-size:11px; font-weight:bold; color:#D92B00;}
.white			{color:#FFFFFF;}

FORM 			{margin:0px;}

BODY			{font-family:verdana; color:#5D60A9; font-size:12px;
				background-color:#000000;
				margin:0;
				scrollbar-face-color:white; scrollbar-arrow-color:#6060A8;
				scrollbar-highlight-color:#6060A8; scrollbar-shadow-color:#6060A8;
				scrollbar-3dlight-color:white; scrollbar-darkshadow-color:white;}

/**
 * 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: 100%;
    height: 50px;
    background: transparent;
    padding: 0px 25px 0px 25px;
}

/**
 * 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;
    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: 15%;
    left: 94%;
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=30);
}

.jcarousel-prev {
    position: absolute;
    top: 20%;
    left: 0%;
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=30);
}


#container {
	width:500px;
}
.tabs {
	width:50px;
	margin-right:10px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
}
#content {
	height:250px;
	clear:both;
	border:1px solid #ccc;
}
#load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:red;
	color:white;
	display:none;
}