/* CSS Document */
table.borderTable {
border: 2px solid #A80532;
background-color: #FFFFFF;
}
table.contentTable {
border: 2px solid #A80532;
background-color: #FFFFFF;
border-collapse: collapse;
border-spacing: 0;
}
td.nopad {
padding:0;
margin:0;
}
td.pad {
padding:25px;
border-top: 16px solid #A80532;
}
td.leftnavpad {
padding:5px;
}
Body {
font-family: Franklin Gothic, Arial, Helvetica, sans-serif;
}
.bgyellow {
  background-color:#fff9dc;
}
.white {
color: #FFFFFF;
}
.green {
color: #336666;
}
.grey {
color: #666666;
}
.red {
color: red;
}
.small {
font-size: 11px;
}
.smaller {
font-size: 10px;
}
.medium {
font-size: 12px;
}
.faq_menu {
font-size: 14px
}
.large {
font-size: 2em;
}
.bold {
font-weight: bold;
}
.center {
text-align: center;
}
td.padleft {
padding-left:25px;
}
td.xpadleft {
padding-left:38px;
}
td.lesspadleft {
padding-left:15px;
}
td.padtop {
padding-top:15px;
}
td.padright {
padding-right:15px;
}
td.heightsmall {
height:8px;
}
td.heigh1 {
height:1px;
}

.current a:link {color: #336557;font-size: 0.7em;font-weight: bold;text-decoration: none;}     /* unvisited link */
.current a:visited {color: #336557;font-size: 0.7em;font-weight: bold;text-decoration: none;}  /* visited link */
.current a:hover {color: #FFE14F;font-size: 0.7em;font-weight: bold;text-decoration: none;}   /* mouse over link */
.current a:active {color: #336557;font-size: 0.7em;font-weight: bold;text-decoration: none;}   /* selected link */

.top a:link {color: #FFFFFF;font-size: 0.7em;font-weight: bold;text-decoration: none;}     /* unvisited link */
.top a:visited {color: #FFFFFF;font-size: 0.7em;font-weight: bold;text-decoration: none;}  /* visited link */
.top a:hover {color: #FFE14F;font-size: 0.7em;font-weight: bold;text-decoration: none;}   /* mouse over link */
.top a:active {color: #FFFFFF;font-size: 0.7em;font-weight: bold;text-decoration: none;}   /* selected link */

.left a:link {color: #999999;font-size: 0.8em; text-decoration: none;}     /* unvisited link */
.left a:visited {color: #999999;font-size: 0.8em; text-decoration: none;}  /* visited link */
.left a:hover {color: #336666;font-size: 0.8em; text-decoration: none;}   /* mouse over link */
.left a:active {color: #999999;font-size: 0.8em; text-decoration: none;}   /* selected link */

.lefts a:link {color: #999999;font-size: 10px; text-decoration: none;}     /* unvisited link */
.lefts a:visited {color: #999999;font-size: 10px; text-decoration: none;}  /* visited link */
.lefts a:hover {color: #336666;font-size: 10px; text-decoration: none;}   /* mouse over link */
.lefts a:active {color: #999999;font-size: 10px; text-decoration: none;}   /* selected link */

a:link {color: #336557;text-decoration: underline;}     /* unvisited link */
a:visited {color: #336557;text-decoration: underline;}     /* unvisited link */
a:hover {color: #336557;text-decoration: underline;}     /* unvisited link */
a:active {color: #336557;text-decoration: underline;}     /* unvisited link */

.Question 
{
  color: #336666;
  font-weight:bold;
}
.Answer 
{
  color: black;
}

/*Story Question left menu - start*/
td.outer {
	float: left;
	margin: 0px;
	width:100%; /*Safari :)*/
	border-bottom:1px solid #ffc600;
	}
td.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	font-size: .6em;
	font-weight: bold;
	color: #999999;
  text-decoration: none;
	overflow: hidden;
	background: url( '../images/arrow.gif' ) 0 .4em no-repeat;
	}
td.outer a:link {
	color: #999999;
  text-decoration: none;
}
td.outer a:visited {
	color: #999999;
  text-decoration: none;
}
td.outer span {
	display: block;
	margin:0; 
	padding: .2em .3em 0em 13px;
	}
td.outer a:hover {
	background: url( '../images/arrow_2.gif' ) 0px .4em no-repeat;
	background-color:#FEFBEA;
	color: #336666;
	}
td.outer a:active {
	color: black;
	background-color:#FEFBEA;
	background: url( '../images/arrow_2.gif' ) 0px .4em no-repeat;
	}
/*Story Question left - end*/
/*iFreme menu - start*/
td.ifouter {
	float: left;
	margin: 0px;
	width:100%; /*Safari :)*/
	/*border-bottom:1px solid #ffc600;*/
	}
td.ifouter a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	font-size: .6em;
	font-weight: bold;
	color: #999999;
  text-decoration: none;
	overflow: hidden;
	/*background: url( '../images/arrow.gif' ) 0 .4em no-repeat;*/
	}
td.ifouter a:link {
	color: #999999;
  text-decoration: none;
}
td.ifouter a:visited {
	color: #999999;
  text-decoration: none;
}
td.ifouter span {
	display: block;
	margin:0; padding: .2em .3em .3em 13px;
	}
td.ifouter a:hover {
/*	background: url( '../images/arrow_2.gif' ) 0px .4em no-repeat;*/*/
	background-color:#FEFBEA;
	color: #336666;
	}
td.ifouter a:active {
	color: black;
	background-color:#FEFBEA;
	/*background: url( '../images/arrow_2.gif' ) 0px .4em no-repeat;*/
	}
/*iFrame left - end*/

