/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: 9pt;
	background-image:  url("../images/revisar/back_gd-VOGAR-OK.gif");
	background-repeat: no-repeat;
	margin-left: 120px;
	margin-top: 8px;
}

a{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: lighter;
	color: #0033FF;
}

a:link{
	color: #FF0000;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #939393;
}

a:hover{
	color: #FF6600;
	background-color: #CCCCCC;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	background-color: #54595C;
	width: auto;
	height: 30px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	margin: 0px;
	text-align: left;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: -10px;
	padding-left: 5px;
	font-weight: normal;
	width: 400px;
	height: auto;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CCCCCC;
	margin: 0px;
	font-weight: normal;
	padding-top: 3px;
	width: auto;
	padding-left: 12px;
	padding-bottom: 3px;
	border-bottom-color: #E0DFE3;
	border-bottom-width: thin;
	border-bottom-style: double;
	background-color: #54595C;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 9px;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	border-bottom: 7px solid;
	width: 700px;
	height: 44px;
	border-bottom-color: #D1D1D1;
}

#wrap {
	width: 720px;
	height: auto;
}

#navBar{
	float: left;
	width: 150px;
	border: 1px solid;
	height: auto;
	border-color: #CCCCCC;
}

#content{
	float: left;
	width: 480px;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	height: auto;
	background-color: #EAEAEA;
}

#headlines{
	float:left;
	width: 140px;
	position: static;
	right: auto;
	padding: 3px;
	border-bottom: solid #CCCCCC 3px;
}

#siteSection {
	margin: 0;
	padding: 0 0 0 10px;
	height: 30px;
	width: 700px;
	background-color: #000000;
}
/************* #masthead styles **************/
#masthead ul {
list-style: none; margin: 0; padding: 0;
}
#masthead li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 4px;
	color: #CCCCCC;
	display: inline;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	color: #FF9933;
	background-color: #FFFFFF;
}

#globalNav a {
	padding: 0 4px 0 0;
}


/************** .feature styles ***************/

.feature{
	border: solid 1px;
	margin-bottom: 0px;
	height: auto;
	border-color: #CCCCCC;
}

.feature p{
	float: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	font-style: normal;
	font-weight: lighter;
	text-align: center;
}


/************** .story styles *****************/

.story{
	border-color: #DBDBDB;
	width: 430px;
	margin: 10px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
}

.story p{
	padding: 2px 8px 8px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-top-width: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
	text-align: left;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: left;
	color: #999999;
	padding: 10px;
	float: left;
	height: 16px;
	width: 700px;
	text-align: right;
	background-color: #EBEBD6;
}

/************** #navBar styles **************/
#navBar a {
	color: #CC0033;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
}

#navBar ul ul {
	color: #FF9900;
	padding-left: 0px;
	clear: none;
	list-style-type: none;
}

#navBar li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	color: #54595C;
	width: 125px;
	text-align: left;
	list-style-image: url(../images/logos_vogar/img_li_left_ok.gif);
	list-style-position: inside;
	padding-left: 4px;
}

#navBar ul ul li {
	color: #666666;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	font-style: italic;
}

#navBar li a:hover {
	background-color: #999999;
	color: #FFFFFF;	
}

#navBar th {
	float: none;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: lighter;
	background-color: #EEEEEE;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}
/************** #headlines styles **************/
#headlines a {
	color: #575757;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 6px;
	padding-left: 3px;
	color: #CCCCCC;
}

#headlines li a:hover{
	background-color: #EAEAEA;
}

#headlines ul {
list-style: none; margin: 0; padding: 0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #575757;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
	width: auto;
}.feature caption {
	float: none;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
	text-align: left;
}
.feature th {
	float: none;
	padding: 0px 2px 0px 2px;
	background-color: #FFFFFF;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}
.feature td {
	float: none;
	padding: 1px 1px 1px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
	border-bottom-color: #C3C3C3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 6px;
	text-align: left;
	width: 376px;
}
.feature table {
	margin-left: 8px;
}
