BODY
{
	background-color: #FFFFFF;
	margin-top:0;
	margin-left:0;
	margin-right:0;
  font-size: 12px;
}

.backgroundTop1 {
	background-image:url(../img/top1.gif);
}

.backgroundTop2 {
	background-image:url(../img/top2.gif);
}

.backgroundTopVert {
	background-image:url(../img/topvert.gif);
}

.success {
border:1px solid #f90;
background-color:#EEEEEE;
padding:3px 3px 3px 20px;
margin:6px 0px 0px 0px;
background-image:url(../img/small_success.gif);
background-repeat:no-repeat;
background-position:left center;
color:#000;
}

.error {
border:1px solid #f90;
background-color:#ff9;
padding:3px 3px 3px 20px;
margin:6px 0px 0px 0px;
background-image:url(../img/small_error.gif);
background-repeat:no-repeat;
background-position:left center ;
color:#000;
}


P, LI, UL, TD, DIV, SPAN
{
	color: #335166;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

SELECT
{
	font-size: 10px;
}
.bigger
{
	color: #335166;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.smaller
{
	color: #335166;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
}

.Italic
{
	color: #335166;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.Bold
{
	color: #335166;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.BoldRed
{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
}

.SmallerBoldRed
{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.BoldBlue
{
	color: #0064C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.BiggerBold
{
	color: #335166;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 
}

.Close
{
	color: #0064C8; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	text-decoration: none;
}


/*//A:hover
//{
//	text-decoration: underline;
//}
*/

A {
	color: #335166;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

A.nolink {
	text-decoration: none;
}

a.selected
{
  background-color: #8592A0;
  padding:3px 3px 3px 3px;
  color: white;
}

.bgBtnOn
{
	background-image:url(../img/btn_on_middle.gif);
}

.bgBtnOff
{
	background-image:url(../img/btn_off_middle.gif);
}


.btnOn {
	font-size: 12px ;
	font-weight: bold;
	color: #333333;
}

.btnOff{
	font-size: 12px ;
	font-weight: bold;
	color: #83909E;
}

.breadCrumb
{
	font-size: 10px;
	color: #666666;
}

.breadCrumbLink
{
	font-size: 10px;
}

.tableHeader
{
	background-color: #8592A0;
  height: 27px;
}

.tableHeaderText
{
	color: white;
  font-size: 12px;
}

.tableTail{
		background-color: #EEEEEE;
  height: 27px;
}

.tableTailText
{
	font-weight: bold;
	color: #335166;
  text-decoration: none;
  font-size: 10px;
}

.tableLeftBar{
		background-image:url(../img/barre_left.gif);
}

.tableRightBar{
		background-image:url(../img/barre_right.gif);
}

.tableBorder
{
	border-color: #CCCCCC;
	border-width: 0.5px;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

.tableRow
{
	background-color: #FFFFFF;
  font-size: 12px;
}

.PageTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #335166;
	font-weight: bold;
}

A.ToolLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
}


/*
 * The DIV that contains all the information
 * on the page.
 */
DIV#all-content {
  margin: 0.2cm;
  padding: 0.5cm;
  color: black;
  background-color: white;
}

/*
 * Information that's not good news.
 */
.bad {
  color: red;
}

DT {
  color: blue;
  font-weight: bold;
}

/*
 * Title of the pages
 */
P#title {
  color: gray;
  font-weight: bold;
}

/*
 * The three buttons at the bottom of the test pages.
 */
P#support-navigation-buttons {
  text-align: center;
}

P#support-navigation-buttons INPUT {
  width: 100px;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: bold;
}

#support-yes-button {
  color: green;
}

#support-no-button {
  color: red;
}

.test {
  margin: 2px;
  padding: 2px;
  border: 1px solid black;
}

.rt_top {
	background-color: #FFFFFF;
	background-image: url(../img/rt_top.gif);
	background-repeat: repeat-x;
}
.rt_bottom {
	background-color: #FFFFFF;
	background-image: url(../img/rt_bottom.gif);
	background-repeat: repeat-x;
}
.rt_left {
	background-color: #FFFFFF;
	background-image: url(../img/rt_left.gif);
	background-repeat: repeat-y;
}
.rt_right {
	background-color: #FFFFFF;
	background-image: url(../img/rt_right.gif);
	background-repeat: repeat-y;
}


/*
Special Podcast
*/
.rss_title {
  color: #000000;
  font-size: 20px;
  font-weight : bold;
}

.rss_item_title {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

.rss_item_date {
  color: #000000;
  font-size: 10px;
}

.rss_item_audio {
  color: #000000;
  font-size: 10px;
}


.rss_item_text {
  color: #000000;
  font-size: 10px;
}