/* CSS Document */
@font-face {
	font-family: "century_gothic";
	font-weight:normal;
	font-style:normal;
	src: url("GOTHIC.TTF");
	}
@font-face {
	font-family: "century_gothic";
	font-weight:bold;
	font-style:normal;
	src: url("GOTHICB.TTF");
	}
@font-face {
	font-family: "century_gothic";
	font-weight:bold;
	font-style:italic;
	src: url("GOTHICBI.TTF");
	}
@font-face {
	font-family: "century_gothic";
	font-weight:normal;
	font-style:italic;
	src: url("GOTHICI.TTF");
	}

body, BODY {
	font-family: "Century Gothic", "century_gothic", Arial;
	font-size:12px;
	margin:0px;
	}
#topmenu {
	float:right;
	border:none;
	border-bottom:2px #76A2CD solid;
	margin:4px;
	display:block;
	height:18px;
	font-family: "Century Gothic", "century_gothic", Arial;
	text-decoration:none;
	color:#555555;
	font-weight:bold;
	}
#topmenu:hover {
	border-bottom-color:#FFB7B7;
	}

#sidemenu {
	border-top:2px #FFB7B7 solid;
	padding:2px;
	margin:2px;
	display:block;
	float:left;
	height:18px;
	font-family: "Century Gothic", "century_gothic", Arial;
	text-decoration:none;
	color:#555555;
	}
#sidemenu:hover {
	border-top-color:#76A2CD;
	}

#mini {
	background-color:#f5f5f5;
	border:1px #00CCFF solid;
	}

#table_td {
	border-bottom:	1px #76A2CD solid;
	border-top:		1px #FFB7B7 solid;
	border-right:	1px #76A2CD solid;
	border-left:	1px #FFB7B7 solid;
	}	

#subtitle {
	color:#76A2CD;
	border-bottom:1px #FFB7B7 solid;
	}

.link {
	color:#333333;
	text-decoration:none;
	}
	
.link:hover {
	text-decoration:underline;
	}

.link2 {
	color:#888888;
	text-decoration:none;
	}
	
.link2:hover {
	text-decoration:underline;
	}

.text1{color:#555555;}
.text2{color:#666666;}
.text3{font-size:11px;}
.red{color:red;}

h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#76A2CD;
	border-bottom: 1px #FFB7B7 solid;
	}