body {
	background-image: url(../images/bgfade.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #4A516B;
	line-height: 16px;
    color : black;
}
img 
{
	float:right;
	margin: 10px;
}
table.outer {
    border-collapse: collapse;
    border: 2px solid white;
	width:650px;
	margin: auto;
    background-color : #4A516B;
}
h1 {
    color : #9C0000;
    font-size : 14pt;
    font-weight : bold;
    font-family : verdana, arial, helvetica, sans-serif;
    text-align : center;
}
h2 {
    color : #9C0000;
    font-size : 12pt;
    font-weight : bold;
    font-family : verdana, arial, helvetica, sans-serif;
}
b {
	
}
table.form {
    background-color :#F5F5F5;
    border: 0px solid #999999;
    margin: auto;
    font-size : 9pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
td.title {
    height: 140px;
    color : #9C0000;
    font-size : 16pt;
    font-weight : bold;
    font-family : verdana, arial, helvetica, sans-serif;
    text-align : center;
    background: url('../images/title2.jpg') no-repeat;
}
td.navbar {
	background: #4A516B;
  	padding: 0px;
}
#elButton a {
    width:120px;
    color : white;
    font-size : 14px;
    font-family : arial;
    font-weight : bold;
    text-decoration : none;
    border : 0;
    display : inline;
    text-align : center;
}
#elButton a:hover {
    color : #DE5500;
    border : 0;
}
td.main {
    vertical-align: top;
    padding:10px;
    height: 500px;
    color : black;
    font-size : 10pt;
    font-family : verdana, arial, helvetica, sans-serif;
    text-align : left;
	background: #DEDFE7;
	border: 1px solid #9C0000;	
}
td.footer {
    height: 20px;
    color : white;
    font-size : 7pt;
    font-family : verdana, arial, helvetica, sans-serif;
    text-align : center;
	background: #4A516B;
}
#nav {	
	margin: 0;
  	list-style: none; 
    font-size : 14px;
    font-family : arial;
    font-weight : bold;
	border-bottom: 0px;
  	}
#nav a {
  	color: #9C0000;
  	padding-left: 15px;
  	background: white url(../images/gtl.gif) top left no-repeat;
  	text-decoration: none;
    font-weight : bold;

  	}
#nav a:hover {
  	color: #ff0000;
  	}
#nav a.active {
  	background: #DEDFE7 url(../images/gtl.gif) top left no-repeat;
	border-bottom: 1px solid #DEDFE7;
  	}
#nav a span {
  	background: url(../images/gtr.gif) top right no-repeat;
	padding-right: 15px;
  	}
