/************************************************************/
/* ID styles                                                */
/************************************************************/
#idPageTitle{
	font-size:16pt;
	font-weight:bold;
	background-color:transparent;
	color:#640000;
	line-height:0.95;
}

#idMenuTitle{
	font-size:13pt;
	font-weight:bold;
	background-color:transparent;
	color:#640000;
	line-height:0.95;
}
/************************************************************/
/* CLASS styles                                             */
/************************************************************/
h1, h2, h3, body, td, tr, br, p, input, select, text{
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size:8pt;
	font-weight:normal;
	background-color:#ffe5b9;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body{
	background-image:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

table, td, tr{
	border:#000000 0px solid;
	background-color:transparent;
	vertical-align:top;
	text-align:left;
}

a{
	text-decoration:none;
	color:#860000;
	background-color:transparent;
}

a:hover{
	text-decoration:none;
	color:#ff0000;
	background-color:transparent;
}

h1, h2, h3{
	background-color:transparent;
	font-weight:bold;
	color:#321B71;
}

h1{font-size:16pt;}
h2{font-size:15pt;}
h3{font-size:13pt;}
h4{font-size:12pt;}

img{border:black 0px solid;}
hr{color:#321b71;}

/************ CLASS ***************/
.clsTopMenuBody{
	padding:2px 2px 2px 2px;
}

.clsBackgroundBody{
	background-image:url(./img/background.gif);
	background-attachment:fixed;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.clsMenuCell{
	padding:5px 0px 0px 5px;
	background-color:#eed4a8;
	width:120px;
}

.clsMainCell{
	padding:5px 0px 0px 5px;
}

/*************************************************************/
#menuFrame{
	width:700px;
	height:20px;
	border:solid 0px #640000;
	margin:0px 0px 3px 0px;
}

#mainFrame{
	border:solid 0px #640000;
	width:700px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#mainSubFrame{
	border:solid 0px #640000;
	width:550px;
	height:100%;
	margin:5px 5px 5px 5px;
	padding:0px 0px 0px 0px;
}