/* CSS Document */
/* margin - outside, padding - inside */

body
{
  background-color: #24408f;
  margin:0px 0px;
  padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
  text-align:center; /* Hack for IE5/Win */
}
#content {
	width: 800px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left;
	border: 0px dashed #333;
	background-color: #eee;
	height: 100%;
	display: block;
	overflow: auto; /*to keep bcgcolor, from web */
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
/* recipe from the web: need such div at the end of external div
to have the background color applied to the all content of this div */
.clear {
clear:both;
height:1px;
overflow:hidden;
}
#content_left{
	float: left;
	width: 158px;
	border: 0px dashed #444;
	display: inline-block;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
}
#content_left_w{
	float: right; /*left;*/
	width: 619px;
	border: 0px dashed #555;
	display: block;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 1px;
}
.title1
{
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 180%;
	color: rgb(0,0,153);
}
.title2
{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bold;
	font-size: 80%;
	color: #333399;
}
a.refinl
{
  text-decoration: none;
  font-weight: bold;
  color: rgb(102,51,0);
  font-size: 60%;
  font-family: arial;
}
a.refinl_hover
{
  text-decoration: underline;
  font-weight: bold;
  color: rgb(102,51,0);
  font-size: 60%;
  font-family: arial;
}
a.ref_lang
{
/*  background-color: white; */
  padding: 2px; border: 0px solid blue;
  font-size: 70%;
  color: #101010;
  font-family: Verdana, Arial, Tahoma;
  text-decoration: none
}
a.ref
{
  background-color: white;
  padding: 2px; border: 0px solid blue;
  font-size: 70%;
  color: #101010;
  font-family: Verdana, Arial, Tahoma;
  text-decoration: none
}
a.ref_hover
{
/*  background-color: rgb( 149, 206, 145); */
  background-color: #A1A1A1;
  padding: 2px; border: 0px solid black;
  font-size: 70%;
/*  color: #A1A1A1; */
  color: white;
  font-family: Verdana, Arial, Tahoma;
  text-decoration: underline
}
a.refl
{
  font-size: 80%;
  color: #101010;
  font-family: helvetica,arial,sans-serif;
  text-decoration: none
}
a.refl_hover
{
  font-size: 80%;
  color: #A1A1A1;
  font-family: helvetica,arial,sans-serif;
  text-decoration: underline
}
a.ref_news
{
	text-decoration: underline;
	font-size: 95%;
	color: #0000CC;
	font-family: arial;
}
a.ref_news_hover
{
  text-decoration: none;
  font-size: 100%;
  color:#506070;
  font-family: arial;
}
.news
{
	font-size: 140%;
	/*  color:#102030; */
/*  font-weight: bolder; */
	font-family: helvetica,arial,sans-serif;
}
.heading
{
	font-weight: bold;
	color: rgb(204,50,0);
}
.jtxt
{
	text-align: left;
	text-decoration: none;
	/*  font-weight: bolder; */
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 95%;
	/* [disabled]margin-top: 20px; */
	/* [disabled]margin-right: 0px; */
	/* [disabled]margin-bottom: 10px; */
	/* [disabled]margin-left: 0px; */
	-webkit-box-shadow: 0px 0px #0DAC1A;
	box-shadow: 0px 0px #0DAC1A;
	font-variant: normal;
}
h3 u strong {
}
.ttxt
{
	text-align: left;
	/*  color: rgb(51,51,255); */
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 100%;
}
ul {
	padding: 0px;
	margin-left: 5px;
}
li {
  list-style-image: url("list_arrow_blue.gif");
  margin-top: 5px;
  padding-left: 1px;
/*  text-indent: 10px; */
}
ol {
 padding: 0px;
 margin-left: 15px;
}
.num {
  margin-top: 1px;
  list-style-type: upper-roman;
  list-style-image: none;
}

.select_head
{
	font-size: 110%;
	color: #FF0000;
}
td.r
{ text-align: right;
  vertical-align: bottom;
}
td.l
{ text-align: left;
  vertical-align: bottom;
}
.fwdth
{  width:100%; }
.ref_here
{
  font-size: 70%;
  color: blue;
  font-family: Verdana, Arial, Tahoma;
  text-decoration: none
}
.imgtitle
{
	font-size: 110%;
	font-weight: normal;
	color: rgb(0,153,0);
}
.img {
}
