/* styles for all not defined objects */
*       {
        font-family: Arial, sans-serif;
        font-size: 12px;
}
/* styles for main objects */
body {
        background: #FFFFFF;
        margin:0;
        padding:0;
        color:#FFFFFF;
        font-size:12px;
        font-family: Arial, sans-serif;
}
a, a href, a:link, a:visited, a:active {
	color: #26468F;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-decoration: none;
}
a:hover {
        color: #37589F;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-decoration: none;
}
a:link.links, a:visited.links, a:active.links {
	color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-decoration: none;
}
a:hover.links {
        color: #DDEEFF;
        font-family:  Arial, sans-serif;
        font-size: 12px;
        text-decoration: underline;
}
h1 {font-size:26px;}
h2 {font-size:20px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}
br {
        font-size: 12px
}
tr, td, ul, li, b, i, strong {
	color: #222222;
        font-family: Arial, sans-serif;
        font-size: 12px;
}
textarea {
        color: #222222;
        font-size: 11px;
        font-family:  Arial, sans-serif;
        border-top: solid 1px #444444;
        border-left: solid 1px #444444;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        background: #F0F0F0;
        padding-left: 3px;
        padding-right: 3px;
}
select, option {
        color: #222222;
        font-size: 11px;
        font-family:  Arial, sans-serif;
        border-top: solid 1px #444444;
        border-left: solid 1px #444444;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        background: #FFFFFF;
        padding-left: 3px;
        padding-right: 3px;
}
.richTextEditor{
        color: #222222;
        font-size: 11px;
        font-family:  Arial, sans-serif;
        border-top: solid 1px #444444;
        border-left: solid 1px #444444;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        background: #FFFFFF;
}
input, .input {
        color: #222222;
        font-size: 11px;
        font-family:  Arial, sans-serif;
        height: 15px;
        border-top: solid 1px #444444;
        border-left: solid 1px #444444;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        background: #F0F0F0;
        padding-left: 3px;
        padding-right: 3px;
}
.input_onfocus {
        color: #444444;
        font-size: 11px;
        font-family:  Arial, sans-serif;
        height: 15px;
        border-top: solid 1px #444444;
        border-left: solid 1px #444444;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        background: #FFFFFF;
        padding-left: 3px;
        padding-right: 3px;
}
.button {
        color: #FFFFFF;
        font-size: 11px;
        font-family: Arial, sans-serif;
        border-top: solid 1px #F0F0F0;
        border-left: solid 1px #F0F0F0;
        border-right: solid 1px #707070;
        border-bottom: solid 1px #707070;
        background: #6F85BF;
        height: 18px;
}
checkbox, .checkbox {
        color: #72D202;
        font-size: 11px;
        font-family:  Verdana, Arial, sans-serif;
        height: 15px;
        border: 0;
        background: transparent;
        margin: 0 0 0 0; 
}
.radio {
        color: #72D202;
        font-size: 11px;
        font-family:  Verdana, Arial, sans-serif;
        height: 15px;
        border: 0;
        background: transparent;
        margin: 0 0 0 0; 
}
form {
        font-size: 11px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
}
.user_form {
        padding: 0px;
        margin: 0px;
}
fieldset {
        color: #222222;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        border: solid 1px #999999;
        padding: 7px;
        margin: 0px;
}
legend {
        color: #0000FF;
        font-size: 12px;
        font-family: Arial, sans-serif;
}
p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Arial, sans-serif;
}
p + p {
        text-indent: 0px;
        margin : 0
}

.hr {
        background: url('../_img/hr.gif') #FFFFFF;
        background-repeat: repeat-x;
        height: 3px;
}
.hr1 {
        background: url('../_img/hr.gif') #FFFFFF;
        background-repeat: repeat-x;
        height: 3px;
}
.hr_mod {
        background: url('_img/hr.gif') #FFFFFF;
        background-repeat: repeat-x;
        height: 3px;
}
.menu_item {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
	      color: #5555FF;
        margin: 0
}
.menu_item_sel {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
	      color: #FF5555;
        margin: 0
}
.picture
        {
        border-width: 1px;
        border-color: #FFFFFF; 
        border-style: solid;
}
.frameimg_left
        {
        float: left;
        border: none;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.frameimg_right
        {
        float: right;
        border: none;
        margin-left: 5px;
        margin-right: 0px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.frameimg_center
        {
        float: center;
        text-align: center; 
        background: #FFFFFF;
        border: thin #FFFFFF solid;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
}
.newsimg_right
        {
        float: right;
        background: #FFFFFF;
        border: 1px #6F85BF solid;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 3px;
}
.table1_header {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
      	border-width: 1px;
      	padding: 2px 2px 2px 5px;
      	border-style: solid solid solid solid;
      	border-color: #CCCCCC;
      	background-color: #EEEEEE;
      	-moz-border-radius: 3px;
}
.table1 {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
      	border-width: 1px;
      	padding: 0px 0px 0px 5px;
      	border-style: none none dotted dotted;
      	border-color: #DDDDDD;
      	background-color: white;
      	-moz-border-radius: 3px;
}
.header1 {
        color: #222222;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
}
.header1_back {
        color: #FFFFFF;
        background-color: #6F85BF;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
}
.text1 {
        color: #222222;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-decoration: none;
}
.text2 {
        color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-decoration: none;
}
.intd1 {
        color: #222222;
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
}
.back1 {
        color: #222222;
        background-color: #FFDDDD;
}
.main {
        height: 100%;
        valign: top;
}
.bottom {
        color: #FFFFFF;
        background-color: #FF0000;
        font-family: Arial, sans-serif;
        font-size: 11px;
        font-weight: normal;
}
.header_left {
        background: url('../_img/header_left.jpg') left bottom no-repeat #FFFFFF;
        height: 210px;
        width: 666px;
        margin: 0px;
        padding: 0px;
}
.flash_left {
        background: url('../_img/flash_left.jpg') left top no-repeat #FFFFFF;
        height: 290px;
        width: 172px;
        margin: 0px;
        padding: 0px;
}
.flash_center {
        background: url('../_img/flash_center.jpg') left top no-repeat #FFFFFF;
        height: 290px;
        width: 494px;
        margin: 0px;
        padding: 0px;
}
.flash_left2 {
        background: url('../_img/flash_left2.jpg') left top no-repeat #FFFFFF;
        height: 166px;
        width: 801x;
        margin: 0px;
        padding: 0px;
}
.roundframer_t {background: url(../_img/dot.jpg) 0 0 repeat-x #FFFFFF}
.roundframer_b {background: url(../_img/dot.jpg) 0 100% repeat-x}
.roundframer_l {background: url(../_img/dot.jpg) 0 0 repeat-y}
.roundframer_r {background: url(../_img/dot.jpg) 100% 0 repeat-y}
.roundframer_bl {background: url(../_img/bl.jpg) 0 100% no-repeat}
.roundframer_br {background: url(../_img/br.jpg) 100% 100% no-repeat}
.roundframer_tl {background: url(../_img/tl.jpg) 0 0 no-repeat}
.roundframer_tr {background: url(../_img/tr.jpg) 100% 0 no-repeat; overflow: hidden; padding:15px} 
.bbCode28 {
        font-size:28px;
        font-family: Arial, sans-serif;
}
.bbCode7 {font-size:7px;}
.bbCode8 {font-size:8px;}
.bbCode9 {font-size:9px;}
.bbCode10 {font-size:10px;}
.bbCode11 {font-size:11px;}
.bbCode12 {font-size:12px;}
.bbCode14 {font-size:14px;}
.bbCode15 {font-size:15px;}
.bbCode18 {font-size:18px;}
.bbCode20 {font-size:20px;}
.bbCode22 {font-size:22px;}
.bbCode24 {font-size:24px;}
.bbCode26 {font-size:26px;}
.bbCode28 {font-size:28px;}
.bbCode30 {font-size:30px;}
.bbCode36 {font-size:36px;}




