
html {
       overflow-y: scroll;
}


a:link
{
	color: #003399; 
	text-decoration: none;
} 


a:visited
{
	color: #003399; 
} 

a:active 
{
	color: #003399;
}


a:hover
{
	text-decoration: underline;
}
	
	
:hover.navigation
{
font-weight: normal;
}



td#linkrow a:link {color: white;}
td#linkrow a:visited {color: white;}
td#linkrow a:hover {color: red;}
td#linkrow a:active {color: white;}

@font-face {
    font-family: "Albany AMT";
    src: url("http://psych.nyu.edu/freemanlab/LiberationSans-Regular.ttf") format("truetype"); 
    font-style: normal;
}
@font-face {
    font-family: "Albany AMT";
    src: url("http://psych.nyu.edu/freemanlab/LiberationSans-Bold.ttf") format("truetype"); 
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Albany AMT";
    src: url("http://psych.nyu.edu/freemanlab/LiberationSans-Italic.ttf") format("truetype"); 
    font-style: italic;
}
@font-face {
    font-family: "Albany AMT";
    src: url("http://psych.nyu.edu/freemanlab/LiberationSans-BoldItalic.ttf") format("truetype"); 
    font-style: italic;
    font-weight: bold;
}


body {
	font-family: "Albany AMT", Arial, Verdana, Tahoma, Helvetica, Times New Roman;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;

}







table
{
	table-border-color-light: rgb(0,0,0);
	font-size: 9pt;
	table-border-color-dark: rgb(0,0,0);
 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Tahoma, Helvetica, Times New Roman;
}
h1
{
	color: rgb(102,0,0);
}
h2
{
	color: rgb(102,102,0); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(153,102,0);
}
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
}
divxx
{
	overflow-x: hidden;
	
}
div.roundedborder {
		background-color: #eee;
			padding: 20px;
			margin-top: 10px;
			margin-right: 20px;
		text-align: center;
		border-radius: 15px;
		-moz-border-radius: 15px;
		 border: 2px solid;}