/* standard css */
body {
    margin : 0px 0px 0px 0px;
    /* background-image : url(images/bg.gif); */
    /* background-color : #2B3245; */
    background-image : url(images/bg1.gif);
    background-color : #000000;
    color : #000000;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    scrollbar-base-color : #000000;
    scrollbar-face-color : #3366CC;
    scrollbar-arrow-color : #FFFFFF;
    scrollbar-shadow-color : #3366CC;
    text-decoration : none;
}

td {
    color : #000000;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    text-decoration : none;
}

/* primary link */
a:link {
    color : #95D8FF;
    text-decoration : none;
}

a:visited {
    color : #0046AE;
    text-decoration : none;
}

a:hover {
    color : #D3DBE2;
    text-decoration : underline;
}

a:active {
    color : #D3DBE2;
    text-decoration : underline;
}


/* secondary link */
a.link2:link {
    color : #FF4500;
    text-decoration : none;
}

a.link2:visited {
    color : #FF4500;
    text-decoration : none;
}

a.link2:hover {
    color : #D3DBE2;
    text-decoration : underline;
}

a.link2:active {
    color : #D3DBE2;
    text-decoration : underline;
}


/* text formatting */
.tiny {
    font-size : 8px;
}

.small {
    font-size : 9px;
}

.normal {
    font-size : 10px;	
}

.lite {
	color : #D3DBE2;
	font-size: 9px;
}

.orange {
	color : #FFCC00;
}

.code {
	font-family : "Courier New", Courier, monospace;
	font-size : 11px;
	color : #990000;
}

.head1 {
    font-size : 12px;
    font-weight : bold;
}

.head2 {
    font-size : 14px;
    font-weight : bold;
}

.head3 {
    font-size : 12px;
    font-weight : bold;
    color : #D3DBE2;
}


/* layout format */
.imgborder {
	border : 1px solid Black;
}

