
a:link {/*text-decoration:none;*/ color:#0e0901;}
a:visited {/*text-decoration:none;*/ color:#0e0901;}
a:hover {color:#FFFFFF;}
a:active {/*text-decoration:none;*/ color:#0e0901;}

body
{
	margin:0px;
	background-color:#f1e6d2;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size:14px;
	color: #4a3f2b;
}
.frameBody{background-image:url(../images/body.png); background-repeat:no-repeat; background-position:top;}
.frameSide{background-image:url(../images/sides.png); background-repeat:repeat-x;}
.frameBottom{background-image:url(../images/bottom.png);}

div
{line-height:20px;}

img{border: none;}

/* MENU CLASS ------------ */

#menu tr td a { display: block; height:55px; }

#menu tr td#item1 a { width:105px; background:url(../images/menu_1.png) no-repeat 0px -0px; }
#menu tr td#item2 a { width:143px; background:url(../images/menu_2.png) no-repeat 0px -0px; }
#menu tr td#item3 a { width:148px; background:url(../images/menu_3.png) no-repeat 0px -0px; }
#menu tr td#item4 a { width:148px; background:url(../images/menu_4.png) no-repeat 0px -0px; }
#menu tr td#item5 a { width:148px; background:url(../images/menu_5.png) no-repeat 0px -0px; }
#menu tr td#item6 a { width:148px; background:url(../images/menu_6.png) no-repeat 0px -0px; }

#menu tr td#item1 a:hover { background-position: 0px -55px; }
#menu tr td#item2 a:hover { background-position: 0px -55px; }
#menu tr td#item3 a:hover { background-position: 0px -55px; }
#menu tr td#item4 a:hover { background-position: 0px -55px; }
#menu tr td#item5 a:hover { background-position: 0px -55px; }
#menu tr td#item6 a:hover { background-position: 0px -55px; }

#menu tr td#item1 a.select { background-position: 0px -110px; }
#menu tr td#item2 a.select { background-position: 0px -110px; }
#menu tr td#item3 a.select { background-position: 0px -110px; }
#menu tr td#item4 a.select { background-position: 0px -110px; }
#menu tr td#item5 a.select { background-position: 0px -110px; }
#menu tr td#item6 a.select { background-position: 0px -110px; }

/* FOOTER CLASS ----------- */

#footer tr td a {text-decoration:none; color:#7d725e;}
#footer tr td a:link {text-decoration:none; color:#7d725e; }
#footer tr td a:visited {text-decoration:none; color:#7d725e; }
#footer tr td a:hover {text-decoration:none; color:#aba394; }
#footer tr td a:active {text-decoration:none; color:#7d725e; }

/* Table List CLASS --------- */
table .tableList td {border-bottom:dotted 1px #cccccc; vertical-align:middle; padding:10px}
table .tableList td .title{font-size:18px; color:#11536f;}
table .tableList td a{color:#04a7fc}
table .tableList td a:hover{color:#ff0000}

/* Titles */
.titleBlue{font-size:18px; color:#11536f; margin:15px 0 15px 0;}