/*	----------------------------------------------------------------------
		General definitions
	----------------------------------------------------------------------	*/
/*
a:active      { color: #69c; font-size: 12px; font-family: Tahoma; font-weight: bold; text-decoration: none }
*/
a:link        { color: #69c; font-size: 12px; font-family: Tahoma; font-weight: bold; text-decoration: none }
a:visited     { color: #69c; font-size: 12px; font-family: Tahoma; font-weight: bold; text-decoration: none }
a.lang:active  { color: #69c; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none }
a.lang:link   { color: #69c; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none }
a.lang:visited { color: #69c; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none }
a.lang:hover  { color: #fff; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none }
.copyright    { color: #fff; font-size: 11px; font-weight: bold }
body         { color: #000000; font-size: 12px; font-family: Tahoma }
p 	         { margin: 0; padding: 0 }
.BoldGrayBody { color: #666; font-weight: bold }
li           { color: #000000; font-size: 12px; font-family: Tahoma; list-style-type: square; text-align: left }
ol           {  font-family: Tahoma; font-size: 12px; color: #000000}
table        {  font-family: Tahoma; font-size: 12px; color: #000000}
td           {  font-family: Tahoma; font-size: 12px; color: #000000}
.Heading1  { font-weight: bold; padding-bottom: 1em; padding-top: 1em }
.Title  { font-weight: bold; padding-bottom: 1em; padding-top: 1em }
.Highlight1 { color: #f93; font-weight: bold }
.ParagraphTitle { color: #666; font-weight: bold; padding-top: 1em }

/*	----------------------------------------------------------------------
		News pages definitions
	----------------------------------------------------------------------	*/
TABLE.News			{ width: 100% }
TABLE.NewsDetails	{ width: 75% }
TD.NewsTitle		{ text-align: left; font-weight: bold }
TD.NewsText			{ text-align: justify }
TD.NewsDate			{ vertical-align: bottom; font-size: 10px; text-align: right }
TD.NewsDetailsTitle	{ font-weight: bold }
TD.More				{ text-align: right }
