body{
	font-size: 12px;
	font-family: verdana;
}
#warning {
	color: #000;
	background-color: #fbb7b7;
	border: 1px solid #837272;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

a:visited {color:#0000ff; text-decoration: none}
a:link  {color:#0000ff; text-decoration: none}
a:active  {color:#0000ff; text-decoration: none}
a:hover   {color:#0000ff; text-decoration: underline}


/*start tabs view*/
ul.tab {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #778;
    font-weight: bold;
}

ul.tab li {
    display: inline;
    padding: 3px 0.5em;
    margin-left: 3px;
    border-top: 1px solid #778;
    border-left: 1px solid #778;
    border-right: 1px solid #778;
    border-bottom: none;
    background: top repeat-x #F6D4AC;
    white-space: nowrap;
    color: white;
    cursor:pointer;
}

ul.tab li.tab_selected {
    background: #EEB47C;
    border-bottom: 1px solid #EEB47C;
    color: black;
}
.lon{
	background-color: #EEB47C;
}
/*end tabs view*/

/*head titles start*/
div.head {
	font-weight: bold;
	font-size: 12px;
	border: 1px outset;
	background-color: #EBEEF3;

}

div.subhead {
	display: block;
	border: 1px solid;
	font-size: 12px;
}

div.miniads{
	width: 78px;
	height: 147px;
	float: right;
	border: 2px solid #ccc;
	padding: 6px 10px 0 10px;
	margin: 5px;
	text-align: center;
}
/*head titles end*/

/*custom start*/
.style3 {font-size: 11px; color: #006699; font-family: verdana;}
.style4 {color: #000000; font-size: 11px; font-family: verdana;}
.style1 {	font-size: 12px;
	font-family: verdana;
}
.style2 {	color: #0000FF;
	font-weight: bold;
}
.style5 {	font-size: 12px;
	font-family: tahoma;
}
.style11 {	font-size: 12px;
}
/*custom start*/

/*menu links color start*/
a.main{
	font-size: 12px;
	font-weight: normal;
}
a.main:visited {color:#21479C; text-decoration: none}
a.main:link  {color:#21479C; text-decoration: none}
a.main:active  {color:#21479C; text-decoration: none}
a.main:hover   {color:#21479C; text-decoration: underline; background-color: #FFFFCC;}
/*menu links color end*/

/*table head links color start*/
a.headtable{
	font-size: 12px;
}
a.headtable:visited {color:#0000ff; text-decoration: none}
a.headtable:link  {color:#0000ff; text-decoration: none}
a.headtable:active  {color:#0000ff; text-decoration: none}
a.headtable:hover   {color:#0000ff; text-decoration: underline;}
/*table head links color end*/

/*table body links color start*/
a.tablebody{
	font-size: 10px;
	font-weight: normal;
}
a.tablebody:visited {color:#000000; text-decoration: none}
a.tablebody:link  {color:#000000; text-decoration: none}
a.tablebody:active  {color:#000000; text-decoration: none}
a.tablebody:hover   {color:#0000ff; text-decoration: none}
/*table body links color end*/