A {
	font-size : x-small;
	color: White;
}

BODY, TD {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
        margin-top : 0;
        padding-top : 0;
}

H1, H2, H3, H4 {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	background-color : White;
	color: #962119;
}

H1 { font-size : large; }

H2 { font-size : medium; padding-left : 15pt; }

H3 { font-size : medium; padding-left : 20pt; }

H4 { font-size : small; padding-left : 25pt; }

.topnav {
        font-size : x-small;
        padding-top : 2px;
        color: White;
        background-image : url("images/topnav.gif");
        background-color : #962119
}

.bottomnav {
        font-size : x-small;
        color: White;
        background-image : url("images/bottomnav.gif");
        background-color : #962119
}

.myTopBox, .myBottomBox {
	width : 50em;
	position : fixed;
	left : 30%;
}

.myTopBox {
	top : 2em;
}

.myTopNavLeft, .myTopNavRight {
	background-color : #962119;
	color: White;
	position : relative;
	width : 24em;
}

.myTopNavLeft {
	left : 0em;
}

.myTopNavRight {
	left : 50%;
}

.myLogo {
}

.myBottomBox {
	background-color : #962119;
	color: White;
	bottom : 2em;
}

.container {
	position:relative;
}

.tra_form {
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:15px;
	margin:20px;
	padding:3px;
	width:45%
}
#tra_form_1 {position:absolute; top: -2em; left: -2em;}
#tra_form_2 {position:absolute; bottom: -25em; left: -2em;}
#tra_form_3 {position:absolute; top: -2em; right:-2em}

/*
.alignmentHack {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.myBody {
}

.myLegal, .myCopyright {
	font-size : x-small;
	float : left;
	width : 50%;
}

.myCopyright {
	text-align : left;
}

.myLegal {
	text-align : right;
}
*/

