/* CSS Document */
body
{
background-color:#ededed;
font-family:tahoma;
font-size:12px;
color:#7189a2;
margin:0px 0px 20px 0px;
padding:0px;
line-height:18px;
}
.main_tbl
{
background:url(../images/content.jpg);
background-repeat:repeat-x;
background-color:#ededed;
}
.left_bg
{
background:url(../images/left_bg.jpg);
background-repeat:repeat-y;
}
.right_bg
{
background:url(../images/right_bg.jpg);
background-repeat:repeat-y;
}
.footer
{
font-size:11px;
}
.gapping
{
padding:7px 0px 0px 0px;
}
.txt_format
{
font-size:12px;
color:#d34807;
font-style:italic;
}
.txt_format1
{
font-size:12px;
color:#0f9acf;
font-style:normal;
}
.txt_format2
{
font-size:14px;
font-weight:bold;
}
.txt_format3
{
font-size:14px;
color:#d34807;
font-weight:bold;
}
.txt_format4
{
font-size:18px;
color:#0f9acf;
font-style:normal;
}
.link
{
font-size:12px;
color:#0f9acf;
text-decoration:underline;
}
.link:link
{
font-size:12px;
color:#0f9acf;
text-decoration:underline;
}
.link:active
{
font-size:12px;
color:#0f9acf;
text-decoration:underline;
}
.link:visited
{
font-size:12px;
color:#0f9acf;
text-decoration:underline;
}
.link:hover
{
font-size:12px;
color:#d34807;
text-decoration:none;
}
