/*      Organic Chemistry Help  CSS      */ 

body {
		scrollbar-base-color: #DBDBDB; 
		scrollbar-arrow-color: #333333;
		scrollbar-track-color: #FFFFFF; 
	 }

font.ft {    
			font-family: Verdana; 
            font-size: 11px;
            } 

a.menu {    
			font-family: Verdana; 
            font-size: 12px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu:hover { 
			font-family: Verdana; 
			font-size: 12px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFF99
			     } 

a.menu_small {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: normal;
			text-decoration: none;
			color: #0066B3
            } 

a.menu_small:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #000000
			     }			 		 

a.links {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #0066B3
            } 

a.links:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #000000
			     } 
	 
table.dress {
       border-style: dashed;
	   border-color: #333333;
	   border-width: 1px;
}

table.frame {
       border-style: solid;
	   border-color: #808604;
	   border-width: 1px;
}			 
 
input.fn {
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: none;
			color: #00000
}

input.fs {
			background-color: #CCCCCC;
			padding-top: 2px;
			padding-bottom: 2px;
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: none;
			color: #000000
}

/* button styles */
a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image: url(images/buttons.gif);
background-repeat: no-repeat;
width: 122px;
height: 30px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: center;
line-height: 30px;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
color: #FFFFFF;
}
a.button:hover, a.button:active {
background-position: 0 -38px;
color: #FFFF66;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -76px;
color: #FFFF66;
cursor: default;
}

p.normal
{ 
			font-family: Verdana; 
			font-size: 12px; 
			font-weight: normal;
			color: #000000
			text-decoration: none;
			     } 
				 
ul.normal
{ 
			font-family: Verdana; 
			font-size: 12px; 
			font-weight: normal;
			color: #000000
			text-decoration: none;
			     } 
				 
li.normal
{ 
			font-family: Verdana; 
			font-size: 12px; 
			font-weight: normal;
			color: #000000
			text-decoration: none;
			     } 
				 
.imageleft {
         border:1px solid #e5e5e5;
         background-color:#ffffff;
         padding:5px;
         margin-left:10px;
         margin-right:10px;
         float:left;
} 

.imageright {
         border:1px solid #e5e5e5;
         background-color:#ffffff;
         padding:5px;
         margin-left:10px;
         margin-right:10px;
         float:right;
} 