/* CSS Document */

body {
background-color	:	#e5e5e5;
/* background-image	:	url(../images/bg.jpg); */
/* background-repeat	:	repeat-x; */
}

table.tablecontainer {
width				:	750px;
height				:	100%;
background-color	:	#FFFFFF;
border-right		:	8px solid #FFFFFF;
border-left			:	8px solid #FFFFFF;
border-bottom		:	8px solid #FFFFFF;
border-top			:	8px solid #FFFFFF;
}

table.contentbox {
margin-top			:	20px;
margin-right		:	20px;
margin-bottom		:	20px;
height				:	93%;
}

td.menucontainer {
/* background-image	:	url(../images/menubg.jpg); */
background-color	:	#9a0000;
height				:	50px;
vertical-align		:	bottom;
padding-bottom		:	10px;
padding-left		:	20px;
}


h1 {
font-family			:	verdana, arial, helvetica;
font-size			:	16px;
color				:	#9a0000;
margin				:	10px 20px 0 20px;
}

p {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#333333;
line-height			:	18px;
}

.content {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#333333;
line-height			:	18px;
margin				:	5px 20px 5px 20px;
}

tbody {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#333333;
line-height			:	18px;
}

a {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#C41F2F;
text-decoration		:	underline;
}

a:hover {
color				:	#000000;
text-decoration		:	none;
}

a.menu {
font-family			:	verdana, arial, helvetica;
font-size			:	10px;
font-weight			:	bold;
color				:	#FFFFFF;
text-decoration		:	none;
margin				:	0 10px 10px 0;
}

a.menu:hover {
color				:	#FFFFFF;
text-decoration		:	underline;
}

h2 {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
font-weight			:	bold;
color				:	#333333;
margin				:	15px 20px 0 15px;
}

a.submenu {
font-family			:	verdana, arial, helvetica;
font-size			:	10px;
color				:	#000000;
text-decoration		:	none;
margin				:	5px 0 0 15px;
padding				:	0 0 0 15px;
display				:	block;
/* width				:	50%; */
background-image	:	url(../images/arrow.gif);
background-repeat	:	no-repeat;
}

a.submenu:hover {
text-decoration		:	underline;
}

td.imglogo {
background-image	:	url(../images/arlogo.gif);
background-repeat	:	no-repeat;
background-position	:	bottom center;
}


td.bottom {
background-color	:	#9a0000;
height				:	40px;
vertical-align		:	middle;
text-align			:	center;
/* padding-left		:	17px; */
}

.whiteTxt {
font-family			:	verdana, arial, helvetica;
font-size			:	10px;
color				:	#FFFFFF;
}

a.white {
font-family			:	verdana, arial, helvetica;
font-size			:	10px;
color				:	#FFFFFF;
text-decoration		:	underline;
}

a.white:hover {
text-decoration		:	none;
}
