/* GENERAL LINKS */
a:link, 
a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #204EAA; 
    /*color: #40579A;*/
	text-decoration: none;
	font-size: 8pt;
}
a:hover {
	text-decoration: underline;
	color: #204EAA;
    /*color: #40579A; */
}

a.green:link, 
a.green:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #5dba1b; 
    /*color: #40579A;*/
	text-decoration: none;
	font-size: 8pt;
}
a.green:hover {
	text-decoration: NONE;
	color: #5dba1b; 
    /*color: #40579A; */
}

a.blue:link, 
a.blue:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3148ad; 
    /*color: #40579A;*/
	text-decoration: none;
	font-size: 8pt;
}
a.blue:hover {
	text-decoration: NONE;
	color: #3148ad;
    /*color: #40579A; */
	}

a.big:link, 
a.big:visited {
	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #204EAA;
	font-size: 10pt;
	font-weight: bold;
    text-decoration: underline;
}
a.big:hover {
	   text-decoration: none;
}

/*a.big:link, 
a.big:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 16px;
	font-weight: bold;
    text-decoration: underline;
}
a.big:hover {
	   text-decoration: none;
}*/

a.button:visited,
a.button:link {
	font-family: Tahoma, Helvetica, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	/*background-color: #334466;*/
	width: 100%;
	height: 100%;
	float: right;
    padding-top: 5px;
}
a.button:hover {
	background-color: #142452;
	color: #FEDE46;
	width: 100%;
	height: 100%;
	float: right;
    padding-top: 5px;
}

a.oneliner:link,
a.oneliner:visited
 {
	/*font-family: Verdana, Helvetica, Arial;
	color: #0066CC;*/
    color: #204EAA;
	text-decoration: underline;
	caption-side: bottom;
    font-size: 8pt;
}

a.oneliner:hover 
 {
	text-decoration: none;
}

a.white:link, 
a.white:visited
 {
	font-family: Verdana, Helvetica, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 7pt;

}
a.white:hover
 {
	color: #204EAA;
    /*text-decoration: underline;*/
}

a.onelinersmall:link,
a.onelinersmall:visited
 {
	font-family: Arial, Verdana, Helvetica;
	/*color: #0066CC;*/
    color: #204EAA;
	text-decoration: underline;
	caption-side: bottom;
    font-size: 8pt;
}

a.onelinersmall:hover 
 {
	text-decoration: none;
}



/* BODY */
body {
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-face-color:#CCCCCC;
	scrollbar-track-color:#EFEFEF;
	scrollbar-darkshadow-color:#FFFFFF;
 /* scrollbar-arrow-color:#FFCC00;
	scrollbar-base-color:#333333;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#333333;
	background-color:#EFEFEF;
 */
	background-color:#FFFFFF;
}

/* BULLET */
li {
	list-style-image: url(/images/bullets/blackarrow.gif);
	/*font-family: Verdana, Tahoma, Helvetica, Arial;
    font-size:9px;
	color: #666666;
	list-style-type:square;*/
    /*color: #4C5D79;*/
}

/* FORM FIELDS */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
    /*background-color: #FFFFFF; 
         border: #FFFFFF 1px solid;*/
}

/* POP-UP MENU LINKS */
a.mainmenu-white:link,
a.mainmenu-white:hover,
a.mainmenu-white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* TABLE */
table.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
	text-decoration: none;
	border: #CCCCCC 1px dashed;
	background-color: #FFFFFF;
}

table.main {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	border-bottom: #A8BACB 1px solid;
}

table.side {
    /*border-top: #A8BACB 1px solid;
    border-left: #999999 0.5pt dashed;*/
}
table.leftside {
    /*border-top: #A8BACB 1px solid;
    border-right: #9D9A86 0.5pt dashed;
    border-right: #666666 0.5pt solid;*/
}
table.1pxgray {
	border-left: #DEDEDE 1px solid;
	border-right: #DEDEDE 1px solid;
	border-top: #DEDEDE 1px solid;
	border-bottom: #DEDEDE 1px solid;
	background-color: #FFFFFF;
}

/* TD */
td {
    font-family: Arial, Tahoma, Helvetica, Arial;
	/*font-family: Verdana, Tahoma, Helvetica, Arial;*/
	font-size: 8pt;
	color: #4C4C4C;
    /*color: #0D143C;*/
	text-decoration: none;
	line-height: 12.5pt;
}

td.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
    border-top: #CCCCCC 1px dashed;
    border-left: #DEDEDE 1px dashed;
    /*padding: 5px;*/
}
td.newsfeed {
    border-bottom: #CCCCCC 1px solid;
	background-color: #FFFFFF;
}

td.main {
	text-align: justify;
}

/* TITLE HEADERS */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	margin-top: 10;
	margin-bottom: -10;
	text-transform: uppercase;
}

h2 {
	/*font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #3399CC;
	font-size: 10pt;
	text-decoration: underline;*/
 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #333333;
	margin-top: 4; 
	margin-bottom: 4;
}
h3 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
	/*margin-top: 4; 
	margin-bottom: 4;*/
}
strong {
	/*color: #9D9A86;*/
	color: #6F6F6F;
	font-weight: bold;
}

#text-pagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 26pt;
}

#text-side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-transform: none;
	line-height: 9pt;
	padding: 5px;
	/*letter-spacing: 0.5pt;*/
}

#text-newsfeed {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
	text-transform: none;
	line-height: 14px;
	text-align: justify;
}

#text-button {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 10px;
	color: #666666;
	text-transform: none;
	line-height: 8pt;
	text-align: justify;
}

#text-highlight {
	color: #99CCFF;
}

#text-highcaps {
	font-family: Tahoma, Helvetica, Arial;
	color: #6699CC; /*3399CC*/
	text-transform: capitalize;
	font-weight: bold;
}

#text-largecaps {
	font-size: 10pt;
}

#text-01 {
	font-family: Tahoma, Helvetica, Arial;
    /*color: #0D143C;
	color: #40579A; */
	color: #444444;
	font-size: 8pt;
	font-weight: bold;
	line-height: 9pt;
}

#text-02 {
	font-family: Arial, Tahoma, Helvetica, Arial;
	color: #666666;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 10pt;
}

#text-red {
	color: #CC0000;
}

#text-sidetitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
    font-weight: bold;
}

#text-green {
	color: #5BB919;
}

i {
    font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
	color: #333333;
}

b {
	color: #556699;
}

/* START E-STORE CSS */

.style1 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
}
.style46 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}
.style48 {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333; }
.style58 {font-size: 8pt; font-family: Tahoma, Verdana, Arial; font-weight: bold; color: #999999; }
.style60 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #333333; }

.style61 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* END E-STORE CSS */

