/* Page Layout */


img { border: 0px;}
img { vertical-align: middle; }
img.img-picture { border: 1px solid #333333; }
img.img-folder { border: 0px; }
img.img-galicon { border: 1px solid #555555; }
img.img-thumbnail { border: 1px solid #333333; }
img.img-thumbnail-selected { border: 1px solid #8ca0bf; }
img.img-picture-prev { border: 0px; }
img.img-picture-next { border: 0px; }
img.img-thmbnavi-prev { border: 0px; }
img.img-thmbnavi-next { border: 0px; }
img.img-new { border: 0px; }

body {margin-top: 0px;
	margin-left: 0px;
	background-color: #5f5f5f;
	height: 100%; }

hr {
	width: 100%;
	height: 1px;
	margin-top: -2px;
	border: 0px;
}

#container
{

width: 800px;
margin: 0px auto;
background-color: #ffffff;
color: #333333;
border: 5px solid #ffffff;
}

#top
{
height: 25px;
padding: 6px 6px;
background-color: #e0e0e0;
border-bottom: 1px solid gray;
margin: 0px 0px 5px 0px;
}

#logo
{
float: left;
width: 195px;
height: 195px;
margin: 0px;
padding: 0px;
background-color: #ffffff;
margin: 0px 0px 0px 0px;
}

#banner
{
float: right;
padding: 0px;
margin: 0px 0px 0px 0px;
}

#productnav
{
width: 183px;
height: 158px;
background-color: #f0e68c;
border-color: #ffffff;
border-width: 0px 0px 0px 0px;
border-style: solid;
margin: 5px 0px 5px 0px;
padding: 6px;
}

#template
{
float: left;
margin: 0px 0px 0px 0px;
width: 800px;
height: 100%;

}

#bigphoto
{
width: 400px;
height: 170px;
background-color: #ffffff;
border-color: #ffffff;
border-width: 0px 0px 0px 0px;
border-style: solid;
margin: 5px 0px 5px 5px;
padding: 0px;
}

#smallphoto
{
width: 195px;
height: 170px;
background-color: #ffffff;
border-color: #ffffff;
border-width: 0px 0px 0px 0px;
border-style: solid;
margin: 5px 0px 5px 5px;
padding: 0px;
}

#leftnav
{
width: 183px;
height: 100%;
background-color: #e0e0e0;
border-color: #ffffff;
border-width: 0px 5px 0px 0px;
border-style: solid;
margin: 0px 0px 0px 0px;
padding: 6px;
}

#leftnav2
{
width: 183px;
height: 100%;
background-color: #f0eaaf;
border-color: #ffffff;
border-width: 0px 5px 0px 0px;
border-style: solid;
margin: 0px 0px 0px 0px;
padding: 6px;
}

#content
{
width: 588px;
height: 375px;

border-color: #ffffff;
border-width: 0px 0px 0px 0px;
border-style: solid;
margin: 0px 0px 0px 0px;
padding: 6px;
}

#content2
{
width: 588px;
height: 200px;

border-color: #ffffff;
border-width: 0px 0px 0px 0px;
border-style: solid;
margin: 0px 0px 0px 0px;
padding: 6px;
}

#content3
{
width: 600px;
height: 100%;

background-color: #ffffff;
border-color: #f0f0f0;
border-width: 0px 0px 0px 0px;
border-style: solid;
margin: 0px 0px 0px 0px;
padding: 0px;
}

#rightnav
{
width: 590px;

background-color: #f0eaaf;
border-color: #ffffff;
border-width: 5px 0px 0px 0px;
border-style: solid;
margin: 0px 0px 0px 0px;
padding: 6px;
}

#footer
{
clear: both;
height: 35px;
margin: 0px 0px 0px 0px;
padding: 6px 6px;
color: #333333;
background-color: #c0c0c0;
border-top: 1px solid gray;
}

/* New Investor Layout */

#container_inv {
	width: 900px;
	margin: 0px auto;
	background-color: #ffffff;
	color: #333333;
	border: 5px solid #ffffff;
}

#top_inv {
	width: 100%;
	border: 0px solid red;
}

#lnav_inv {
	width: 220px;
	border: 0px solid blue;
	float: left;
	font: 12px arial, helvetica, serif;
	color: #333333;
	padding: 0px 5px 5px 0px;
}
	

	#lnav_inv ul {
		margin-top: 0px;
	}

	#lnav_inv li {
		list-style: none;
		margin-left: -30px;
		padding: 3px;
		border-top: 0px dashed #c0c0c0;
	}

#content_inv {
	width: 450px;
	border: 0px solid green;
	float: left;
	font: 12px arial, helvetica, serif;
	color: #333333;
	padding: 5px 0px 5px 0px;
}

	#content_inv h1 {
		font: 18px arial, helvetica, serif;
		color: #333333;
		font-weight: bold;
	}

	#content_title {
		border-bottom: 1px solid #c11c24;
		margin-bottom: 25px;
	}

#rnav_inv {
	width: 210px;
	border: 0px solid yellow;
	float: right;
	padding: 5px 0px 5px 15px;
	font: 12px arial, helvetica, serif;
	color: #333333;
}

	#inv_stock hr {
		background-color: #c11c24;
	}

	#inv_stock h1 {
		font: 12px arial, helvetica, serif;
		color: #c11c24;
		font-weight: bold;
		margin-bottom: -1px;
	}

	#inv_anrep hr {
		background-color: #c11c24;
	}

	#inv_anrep h1 {
		font: 12px arial, helvetica, serif;
		color: #c11c24;
		font-weight: bold;
		margin-bottom: -1px;
	}

#footer_inv {
	border-top: 1px solid #c11c24;
	clear: both;
	background: #ffffff;
	padding: 5px;
	height: 40px;
}


/* Tables Layout */

table.guide
{
width: 100%;
border-color: #b0b0b0;
border-width: 1px 1px 1px 1px;
margin: 0px;
border-style: solid;
border-collapse: collapse;
}

table.guide td
{
border-color: #b0b0b0;
border-width: 1px 1px 1px 1px;
border-style: solid;
margin: 0;
padding: 6px;
}

table.template
{
width: 100%;
border-color: #b0b0b0;
border-width: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-style: none;
border-spacing; 0px;
border-collapse: collapse;
}

table.template td
{
border-color: #ffffff;
border-width: 0px 0px 0px 0px;
border-style: solid;
margin: 0px 0px 0px 0px;
padding: 0px;
vertical-align: top;
}

table.maincontent
{
border-color: #b0b0b0;
background-color: #f5f5f5;
border-width: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-style: none;
border-spacing; 0px;
border-collapse: collapse;
}

table.invcontent
{
border-color: #b0b0b0;
background-color: #ffffff;
border-width: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-style: none;
border-spacing; 0px;
border-collapse: collapse;
}

table.maincontentrel
{
border-color: #b0b0b0;
background-color: #ffffff;
border-width: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-style: none;
border-spacing; 0px;
border-collapse: collapse;
}



/* Navigation */

#navhome
{
float: left;
background-color: #c0362c;
width: 55px;
height: 20px;
margin: 4px 3px 0px 5px;
border: 1px solid #d0d0d0;
}

#navabout
{
float: left;
background-color: #c0362c;
width: 58px;
height: 20px;
margin: 4px 3px 0px 0px;
border: 1px solid #d0d0d0;
}

#navstock
{
float: left;
background-color: #c0362c;
width: 80px;
height: 20px;
margin: 4px 3px 0px 0px;
border: 1px solid #d0d0d0;
}

#navpartserv
{
float: left;
background-color: #c0362c;
width: 95px;
height: 20px;
margin: 4px 3px 0px 0px;
border: 1px solid #d0d0d0;
}

#navmedia
{
float: left;
background-color: #c0362c;
width: 70px;
height: 20px;
margin: 4px 3px 0px 0px;
border: 1px solid #d0d0d0;
}

#navevent
{
float: left;
background-color: #c0362c;
width: 60px;
height: 20px;
margin: 4px 3px 0px 0px;
border: 1px solid #d0d0d0;
}

#navincome
{
float: right;
background-color: #c0362c;
width: 150px;
height: 20px;
margin: 4px 0px 0px 0px;
border: 1px solid #d0d0d0;
}


a.navlink {
display: block;
height: 16px;
padding: 2px 2px;
font-style: bold;
text-align: center;
text-decoration: none;
font-family: sans-serif;
font-size: 12px;
color: #ffffff;

}

a.navlink:hover {
background-color: #f0eaaf;
font-size: 12px;
color: #c0362c;
font-style: bold;
text-decoration: none;
}

a {
color: #000000;
text-decoration: none;
font-style: bold;
}

a:hover {
color: #c0362c;
text-decoration: underline;
font-style: bold;
}

#listmain ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#listmain a{
display: block;
width: 188px;
padding: 2px 6px;
list-style-type: none;
font-style: bold;
text-align: left;
text-decoration: none;
font-family: sans-serif;
font-size: 12px;
color: #000000;
border: solid 0px #e0e0e0;
margin: 0px 0px 0px 0px;
}

#listmain a:hover {
border: solid 0px #c0362c;
background-color: #c0362c;
font-size: 12px;
color: #ffffff;
font-style: italic;
}

#list ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
} 

#list li {
display: block;
padding: 0px 0px;
font-style: bold;
text-align: left;
text-decoration: none;
font-family: sans-serif;
font-size: 12px;
list-style: url(../template/arrowbullet.gif);
color: #555555;
border: solid 0px #e0e0e0;
margin: 0px;
}

#list a{
display: block;
padding: 0px 0px;
font-style: bold;
text-align: left;
text-decoration: none;
font-family: sans-serif;
font-size: 12px;
list-style: url(../template/arrowbullet.gif);
color: #555555;
border: solid 0px #e0e0e0;
margin: 0px;
}

#list a:hover {
border: solid 0px #c0362c;
font-size: 12px;
color: #c0362c;
font-style: bold;
text-decoration: underline;
}

/* Font and Text Control */

p.para{ margin-top: 2px; }  

.example { font: italic small-caps 900 bold 12px arial; }

.titlefont { font: bold 14px sans-serif;
		text-align: left;
		color: #000000; }

.titlefontr { font: bold 12px sans-serif;
		text-align: left;
		color: #c0362c; }

.titlefont2 { font: bold 12px sans-serif;
		text-align: justify;
		color: #000000; }

.titlefont3 { font-size : 24px;
		font-family : sans-serif; }

.titlefontw { font: bold 14px sans-serif;
		text-align: left;
		color: #ffffff; }

.titlefont2w { font: bold 24px sans-serif;
		color: #ffffff; }

.titlefont3w { font: bold 18px sans-serif;
		color: #ffffff; }

.titlefont2r { font: bold 18px sans-serif;
		text-align: left;
		color: #c0362c; }

.bodyfont { font-size : 12px;
		font-family : sans-serif; }

.tinyfont { font-size : 11px;
		font-family: sans-serif; }

.bodyfontw { font-size : 12px;
		font-family : sans-serif;
		color: #ffffff;
		text-align: left; }

.bodyfontr { font: bold 12px sans-serif;
		text-align: left;
		color: #c0362c; }

.tinyfontw { font-size : 10px;
		font-family : sans-serif; 
		color: #ffffff; }

.tinyfontr { font-size : 10px;
		font-family: sans-serif; 
		color: #c0326c; }

.bodyfontg { font-size: 12px;
		font-family: sans-serif;
		color: #555555; }

/* SearchEngine */

input.text  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
	width : 170px;
}

input.button  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
}

input.checkbox  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
}

span.checkbox  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}

select.select  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
}

h1.result  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #333333;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
}

p.result  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #333333;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
}

a.result:link  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #c0362c;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

a.result:visited  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #c0362c;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

a.result:active  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : red;
	font-weight : bold;
	font-size : 12px;
	text-decoration : underline;
}

a.result:hover  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : red;
	font-weight : bold;
	font-size : 12px;
	text-decoration : underline;
}

span.extract  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}

a.ts:link  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #c0362c;
	font-weight : normal;
	font-size : 9px;
	text-decoration : none;
}

a.ts:visited  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #c0362c;
	font-weight : normal;
	font-size : 9px;
	text-decoration : none;
}

a.ts:active  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : red;
	font-weight : normal;
	font-size : 9px;
	text-decoration : underline;
}

a.ts:hover  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : red;
	font-weight : normal;
	font-size : 9px;
	text-decoration : underline;
}
