/* CSS Document */

body,td,th {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FAB685;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	font-family: "Arial";
	font-size: 12px;
	color: #595959;
	text-decoration: none;
}
a:visited {
	font-family: "Arial";
	font-size: 12px;
	color: #595959;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 12px;
	text-decoration: underline;
	color: #0066BB;
}

.home_title {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #A93D23;
}

.home_centerfont1 {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.home_centerfont2 {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #434343;
}

.font_title {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #111111;
}

.right_font {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #C60611;
}

.title_font {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #006835;
}

a.menu1:link {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	text-decoration: none;
}
a.menu1:visited {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	text-decoration: none;
}
a.menu1:hover {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #757575;
	text-decoration: underline;
}

a.menu:link {
	font-family: "Arial";
	font-size: 12px;
	color: #353535;
	text-decoration: none;
}
a.menu:visited {
	font-family: "Arial";
	font-size: 12px;
	color: #353535;
	text-decoration: none;
}
a.menu:hover {
	font-family: "Arial";
	font-size: 12px;
	color: #353535;
	text-decoration: underline;
}
.right_side{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2EBEC;
}
.left_side{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D2EBEC;
}
.bottom_side{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2EBEC;
}
.program_line {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #D2EBEC;
}
.rightable1 {
	border: 1px solid #FB9777;
}

.rightable2 {
	border: 1px solid #DFA305;
}

.table_side {
	border: 1px solid #C0EDDE;
}

.menu_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBCBCB;
}
.Color4387de {
	color: #4387de;
}
.img_side {
	border: 2px solid #D8D8D8;
}
.box_1
{
	border: 1px solid #999999; 
    width:  150px;
    height: 20px;
    clip: rect( 0px, 150px, 20px, 0px );
    overflow: hidden;
}
.box_2
{
	border: 1px solid #999999; 
    width:  500px;
    height: 20px;
    clip: rect( 0px, 150px, 20px, 0px );
    overflow: hidden;
}
.box_4
{
	border: 1px solid #999999; 
    width:  80px;
    height: 20px;
    clip: rect( 0px, 150px, 20px, 0px );
    overflow: hidden;
}
.box3
{
	border: 1px solid #ffffff; 
    width:  700px;
    height: 130px;
    clip: rect( 0px, 160px, 140px, 0px );
    overflow: hidden;
}
.box_5
{
	border: 1px solid #999999; 
    width:  250px;
    height: 20px;
    clip: rect( 0px, 150px, 20px, 0px );
    overflow: hidden;
}
.select1
{
	position: relative;
	left: -2px;
	top: -2px;
	width: 150px;
	line-height: 14px;
	color: #3C3C3C;
	border-style: none;
	border-width: 0px;
}
.clock_font{
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.month_font{
	font-family: "Arial";
	font-size: 14px;

	color: #000000;
}

.time_font{
	font-family: "Arial";
	font-size: 13px;
	
	color: #000000;
}

.sizscolor {
   filter:
	   Dropshadow(offx=1,offy=0,color=white)
	   Dropshadow(offx=0,offy=1,color=white)
	   Dropshadow(offx=0,offy=-1,color=white)
	   Dropshadow(offx=-1,offy=0,color=white);
}

.sizscolor1 {
   filter:
	   Dropshadow(offx=1,offy=0,color=black)
	   Dropshadow(offx=0,offy=1,color=black)
	   Dropshadow(offx=0,offy=-1,color=black)
	   Dropshadow(offx=-1,offy=0,color=black);
}