* {
	margin:				0px;
	padding:			0px;
}
html,body {
    height: 			100%;
}
/*##### BODY ########*/
body{
    cursor:             default;
    font-size:			12pt;
}
table#body{
    border:				1px solid black;
    width:     	     	100%;
    height:				100%;
    
}
a {
   color: 				#000000;
   text-decoration:     none;
}
a:hover {  
   color:				#CCCCCC; 
   text-decoration: 	none;
}
/*##### MENU ########*/

td.menu{
    text-align:			center;
    border:				1px solid #000000;
    width:				110px;
}
td.menu a{
    font-size:			12pt;
    font-weight:		normal;
}
/*##### MAIN ########*/

td.main{
    border:				1px solid #000000;
    padding:			20px;
}
#copy{
    color:				black;
    font-weight:		bold;
    font-size: 			13px !important;
    font-family:		Verdana !important; 
    text-align:			justify;
    margin: 			0 auto;
    width:				500px;
}
h1,h2,h3{
	display:			inline;
	margin-left:		20px;
}
h1{
	font-size:			16pt;
}
h2{
  font-size:			14pt;
}
h3{
   font-size:	  		12pt;
}


ul{
	margin:				10px;
}
#notrial{
 font-size:				11px;
 font-weight:			bold;
 color:					red;
 font-family:			Arial;
}
#vote a{
 font-size:				10px; 
}
