@charset "UTF-8";     
td, body {
    font-family : Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color : #000000;   
    } 

a {
     text-decoration : none;
     color : #0000cc;
     }    
    
a:visited {
     text-decoration : none;
     color : #0000cc;
    }
    
a:hover {
    text-decoration : underline;
    color : #FF0000;
    }

.logo {
	font-size : 1.5em;
	font-weight : bold;
	color : #000000;
}

a.logo {
	text-decoration : none;
	color : #000000;
}
	
a.logo:visited {
	text-decoration : none;
	color : #000000;}	

a.logo:hover {
	text-decoration : underline;
	color : #FF0000;
}

.current {
	color : #FF0000;
}

.header {
	font-size : 1.1em;
	font-weight : bold;
}

.title {
	font-size : 1.1em;
	font-weight : bold;
	border-bottom : 1px dotted #000000;
	padding-top : 6px;
	padding-bottom : 6px;
}

.content {
	border-bottom : 1px dotted #000000;
	padding-top : 6px;
	padding-bottom : 6px;
}

.contentLast {
	padding-top : 6px;
}

.mainCenter {
	height : 100%;
}

#TopFrame {
	width : 100%;
	height : 100%;
	border : 0px;
}

#BottomFrame {
	width : 100%;
	height : 100%;
	border : 0px;
}

#imageInfo{
	width : 233px;
	padding : 0 6px 0 6px;
}