/*
	text-align: center;
*/
BODY {
        font-family: verdana;
        font-weight: normal;
        font-size: 13px;
}

.hide {display: none;}
.show {display: block;}


.color1 {
  background-color:#a8a8a8;
}
.color2 {
  background-color:#d8d8d8;
}
table.main {
  background-color:#ffffff;
}

#main {
  border: 1px solid #e0e0e0; 
  padding: 10pt 10pt 10pt 10pt;
}

#indent {
  padding: 0pt 30pt 10pt 30pt;
}

#template {
        background: #ffffff;
        border: 2px solid #000099;
        padding: 0pt 0pt 0pt 0pt;
}


#container {
	border: 1px dashed #000000; 
	padding: 10pt 10pt 10pt 10pt;
	text-align: left;
	margin: auto;
	width: 600px;
	background-color: #ffffff;
}

/*
	position: relative;

        background-color: #e0e0e0;
        background-color: #f0f0f0;
*/

.mainpage {
        background-color: #e0e0e0;
        padding: 20px 0px 20px 0px;
}

/* Standard link without a class or with class=basic */
a:link, a:visited, a.basic:link, a.basic:visited {
        text-decoration: none;
        color: #069;
        font-family: verdana;
        font-size: 13px;
        font-weight: normal;
}

a:link:hover, a:visited:hover , a.basic:link:hover, a.basic:visited:hover{
        text-decoration: underline;
        color: #990000;
}



.std, .standard {
        font-family: verdana;
        font-weight: normal;
        color: #000000;
        font-size: 13px;
}

a.cal-header:link, a.cal-header:visited {
        text-decoration: none;
        font-weight: bold;
        background: none;
        color: #ff0000;
        font-family: times;
        font-size: 32px;
}

a.cal-highlight:link, a.cal-highlight:visited {
        text-decoration: none;
        background: none;
        color: #990000;
        font-family: verdana;
        font-weight: bold;
        font-size: 14px;
}

a.cal-highlight:link:hover, a.cal-highlight:visited:hover {
        color: #ff0000;
        font-size: 16px;
}

.cal-basic {
        color: #ff0000;
        font-family: verdana;
        font-weight: bold;
        font-size: 18px;
}

.cal-data {
        font-family: verdana;
        color: #000000;
        font-size: 10px;
}

.cal-footer {
        font-family: verdana;
        color: #000000;
        font-size: 9px;
}

.cal {
        font-size: 14px;
        color: #000;
        font-weight: normal;
}
.cal-today {
        font-size: 14px;
        color: #f00;
        font-weight: bold;
}

/*------------------------
   navbar
------------------------*/
/*
        color: #ffffff;
        white-space: nowrap;
*/
#mainlinks {
        width: 140px;
        margin-bottom: 0em;
        white-space: normal;
        line-height: 1.4;
}
#mainlinks ul {
        list-style: none;
        margin: 0;
        padding: 0;
}
#mainlinks li a, a.mlnav:visited {
        padding: 2px 5px 2px 5px;
        display: block;
        text-decoration: none;
        background: #a0a0a0;
        color: #003366;
        font-family: verdana;
        font-weight: normal;
        font-size: 10px;
}
#mainlinks li a.mlnav:hover {
        color: #ffffff;
        background: #b0222a;
}

/*
  rounded corners
*/
  .b1, .b2, .b3, .b4 {font-size:1px; overflow:hidden; display:block;}
  .b1 {height:1px; background:#ffffff; margin:0 5px;}
  .b2 {height:1px; background:#ffffff; margin:0 3px;}
  .b3 {height:1px; background:#ffffff; margin:0 2px;}
  .b4 {height:2px; background:#ffffff; margin:0 1px;}
  .content div {margin-left: 5px; color: #000;} 
  .content {background: #ffffff; padding: 5pt 5pt 5pt 5pt;}


a.shadow:link, a.shadow:visited, a.shadow:link:hover, a.shadow:visited:hover{
  color: #808080;
  text-decoration: none;
} 

.mail_mouseon {
  color: #000000;
  background-color: #ffff99;
  font-family: verdana;
  font-weight: normal;
  font-size: 13px;
}

table.box, td.box {
  padding: 0pt 0pt 0pt 0pt;
  border-color: #d0d0d0;
  border-width: 1px;
  border-style: solid;
}


