body {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        color: white;
        background-color: #151515;
        margin: 40px 0px 40px 0px;
        width: 100%;
        height: 100%;

}

#menu {
        position: absolute;
        top: 160px;
        left: 150px;
        text-align: left;
}
#menu h2 {
text-align: left;
}

table,tr,td {
        padding: 0px;
        margin: 0px;
        border-spacing: 0px;
        border-collapse: collapse;
}

img {
    padding: 0px;
        margin: 0px;
        border: 0px;
}

a { font-weight: normal; text-decoration: none; }
a:link      { color:#FFF; }
a:visited   { color:#FFF; }
a:active    { color:#FFF; }
a:hover     { color:orange; }


.intro {
	text-align: center;
	font-size: 18pt;
}

.box {
	background-color: white;
	color: black;
}

.box h2 {
	color: black;
}

.c_tl {
	background-image: url(../images/c_tl.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width:14px;
	height:14px;
}

.c_tr {
	background-image: url(../images/c_tr.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width:14px;
	height:14px;
}

.c_bl {
	background-image: url(../images/c_bl.png);
	background-repeat: no-repeat;
	background-position: top;
	width:14px;
	height:14px;
}

.c_br {
	background-image: url(../images/c_br.png);
	background-repeat: no-repeat;
	background-position: top;
	width:14px;
	height:14px;
}

.c_top {
	background-image: url(../images/c_top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.c_left {
	background-image: url(../images/c_left.png);
	background-repeat: repeat-y; 
}

.c_right {
	background-image: url(../images/c_right.png);
	background-repeat: repeat-y; 
}

.c_bottom {
	background-image: url(../images/c_bottom.png);
	background-repeat: repeat-x; 
}

.orange {
	color: orange;
}

.green {
 color: #becb24;
}

.grey {
 color: #8d8e90;
}

