/* Cascading Style Sheet  */
/* (c) T.H. Deibel - 2007/04/26 */
html {
 height:100%;
 max-height:100%;
 padding:0px;
 margin:0px;
 border:0px;
 overflow:auto; 
}
body {
 height:100%;
 max-height:100%;
 padding:0px;
 margin:0px;
 border:0px;
 overflow:auto;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #DDDDDD;
 background-color: #000033;
}
td {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-decoration: none;
 color: #DDDDDD;
}
A:link, A:visited {
 color: #CCCCCC;
 text-decoration: underline;
}
A:hover {
 color: #FFFFFF;
 text-decoration: underline;
}
A:active {
 color: #CCCCCC;
 text-decoration: underline;
}
hr {
  color: #DDDDDD;
	height: 1px;
}
h1 {
 font-size: 20px;
 font-weight: Bold;
}
/* CLASSES: */
/*========= */
.size_XS {
 font-size: 10px;
 text-decoration: none;
}
.size_S {
 font-size: 11px;
 text-decoration: none;
}
.size_N {
 font-size: 13px;
 text-decoration: none;
}
.size_L {
 font-size: 16px;
 font-weight: Bold;
}
.size_XL {
 font-size: 20px;
 font-weight: Bold;
}
.no_ul {
 text-decoration: none;
}
.subMenuHeader {
 font-size: 13px;
 text-decoration: none;
 font-weight: Bold;
}
.subMenuItem {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-decoration: none;
 font-weight: normal;
}
.pic_border {
 border-left:#333333 solid 1px;
 border-top:#333333 solid 1px;
 border-right:#999999 solid 1px;
 border-bottom:#999999 solid 1px;
}
.pic_border_inv {
 border-left:#999999 solid 1px;
 border-top:#333333 solid 1px;
 border-right:#333333 solid 1px;
 border-bottom:#999999 solid 1px;
}
.pic_border_plain {
 border:#999999 solid 1px;
}
.frm_txt {
  font-family:"Courier New", Courier, mono;
	font-size: 12px;
  font-weight:normal;
	color: #333333;
  background-color:#EEEEEE;
}
.frm_but {
  font-family:"Courier New", Courier, mono;
	font-size: 12px;
  font-weight:normal;
  color: #333333;
  background-color: #EEEEEE;
}
.subMenuContent {
 background-image:url(../img/main/main_l.jpg);
 background-position:top;
 background-repeat:no-repeat;
 width:126px;
 height:445px;
}
.mainContent {
 background-image:url(../img/main/main.jpg);
 background-position:top;
 background-repeat:no-repeat;
 width:774px;
 height:445px;
}
#mainContainer {
 position:relative;
 top: 20px;
 left: 0px;
 width: 500px;
 height:410px;
 padding-top:0px;
 padding-bottom:0px;
 padding-left: 0px;
 padding-right: 30px;
 overflow:auto;
}
.infoTxt1 {
 width:600px;
 height:15px;
 color: #CCCCCC;
 font-size:10px;
}