/*      Psych List  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: #FFCC00
			     } 

a.menu_small {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: normal;
			text-decoration: none;
			color: #004870
            } 

a.menu_small:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #000000
			     }			 		 
				 
a.alinks {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.alinks:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #FFCC00
			     }
				 
a.alinksf {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold;
			text-decoration: none;
			color: #A3E0FF
            } 

a.alinksf:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #FFCC00
			     }				 
				 				 
a.menu_al {    
			font-family: Verdana; 
            font-size: 10px; 
			font-weight: normal;
			text-decoration: none;
			color: #FFCC00
            } 				 

a.links {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #FFFFFF
            } 

a.links:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #FFFFCC
		     } 
			 
a.linksb {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #1C75A8
            } 

a.linksb:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #000000
		     } 

a.links2 {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #003366
            } 

a.links2:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #FFFFFF
		     }			 			 
	 
table.dress {
       border-style: dashed;
	   border-color: #333333;
	   border-width: 1px;
}

table.frame {
       border-style: solid;
	   border-color: #4B7286;
	   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: 147px;
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: #FFCC00;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -76px;
color: #FFCC00;
cursor: default;
}

/* button_al styles */
a.button_al, a.button_alDis {
display: block;
background-color: transparent;
background-image: url(images/buttons_al.gif);
background-repeat: no-repeat;
width: 140px;
height: 22px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: left;
line-height: 22px;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}
a.button_al:link, a.button_al:visited {
color: #FFFFFF;
}
a.button_al:hover, a.button_al:active {
background-position: 0 -30px;
color: #FFCC00;
}
a.button_alDis:link, a.button_alDis:visited, a.button_alDis:hover, a.button_alDis:active {
background-position: 0 -60px;
color: #FFCC00;
cursor: default;
}
