/* CSS Document */




p, .main {
font-family: Verdana, arial, sans-serif;
font-size: 10px;
line-height: 16px;
font-weight: normal;
text-align: left;
color: #666666;
}



h1 {
font-size: 24px;
line-height: 30px;
font-weight: normal;
text-align: right;
text-transform: lowercase;
}

h2 {
font-size: 14px;
line-height: 20px;
font-weight: normal;
text-align: left;
text-transform: uppercase;
}

a:link, a:visited {
color: #333366;
text-decoration: none;
}

a:hover {
color: #ccc;
text-decoration: none;
}

a:active {
color: #000000;
text-decoration: none;
}


.header {
border-bottom: 1px solid #ccc;
border-collapse: collapse;
}


.footer {
color: #ccc;
font-size: 10px;
line-height: 12px;
text-align: center;
padding: 10px;
background: #333366;
border-top: 1px solid #ccc;
}

.footer a:link,
.footer a:visited {
color: #ccc;
}

.footer a:active {
color: #cccccc;
}

.footer a:hover {
color: #fff;
}



body {
	margin: 0;
	padding: 0;
	height:  100%;
background: #E8ECEC;	
}


table.main {
border-collapse: collapse;
background: #fff;
height: 400px;
}


.menu  {
background: #fff;

font-size: 12px;
text-transform: uppercase;
font-weight: bold;

}

.menu a:link,
.menu a:visited {
color: #ccc;
display: block;
background: #333366 url(../../images/menu.jpg);
width: 227px;
height: 58px;
line-height: 58px;
padding-left: 15px;
}

.menu a:hover,
.menu a:active {
background: #ccc url(../../images/menu_rev.jpg);

color: #333366;
}

.maincontentarea {
padding: 20px;
}

.shadow_l {
background: url(images/shadow_l.jpg) repeat-y;
}
.shadow_r {
background: url(images/shadow_r.jpg) repeat-y;
}
.shadow_t {
background: url(images/shadow_t.jpg) repeat-x;
}
.shadow_b {
background: url(images/shadow_b.jpg) repeat-x;
}
.shadow_br {
background: url(images/shadow_br.jpg) no-repeat;
}
.shadow_bl {
background: url(images/shadow_bl.jpg) no-repeat;
}
.shadow_tr {
background: url(images/shadow_tr.jpg) no-repeat;
}
.shadow_tl {
background: url(images/shadow_tl.jpg) no-repeat;
}