/* CSS Document */

/* default */
body{margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333; text-align: justify; font-size: 11px;
background-position: center;
background-image: url(../Images/page_bg.gif);
background-repeat: repeat-y;
background-color: #f0f0f0;}

a{text-decoration: none; color:#666666;}
a:hover{text-decoration: underline;}

.brd{border: solid 1px; border: #999999;}

/*
.brdr{border-right-color: #999999; border: solid 1px;}
.brdb{border: solid 1px; border-color:#999999;}
*/

/* Background */
.bg1{background: url(../Images/top_bg_img.gif) repeat-x;}
.bg2{background: url(../Images/tbl_bg_img.gif) repeat-y;}
.bg3{background: url(../Images/yellow_devider.gif) repeat-y; height: 4px; width: 4px;}
.bg4{background-color: #4b4b4a;}

/* Fonts */
.f1{font-weight: bold; color: #ffffff;}
.f2{color: #ffffff;}
.f3{line-height: 14px;}
.f4{color: #f8c301; font-size: 15px; font-weight: bold;}
.fb{font-weight: bold;}
.fi{font-style: italic;}
.fu{text-decoration: underline;}

/* Links */
.link1{text-decoration: none; color: #ffffff; font-weight: bold;}
.link1:hover{text-decoration: underline;}
.link2{text-decoration: none; color: #a62626; font-weight: bold;}
.link2:hover{text-decoration: underline;}

/* Padding */
.pad3{padding: 3px;}
.pad10{padding-top: 13px; padding-right: 5px; padding-bottom: 13px; padding-left: 5px;}

.padb8{padding-bottom: 8px;}

.padl10{padding-left: 10px;}

.padr10{padding-right: 10px;}

.padt10{padding-top: 10px;}
.padt3{padding-top: 3px;}

.padtrbl{padding-top: 10px; padding-right: 15px; padding-bottom: 10px; padding-left: 15px;}
