@charset "utf-8";
/* CSS Document */
/* Contains the styles for the pages in the research website */

/* Fonts used for the page header */
.Main_Title {
	font-size: 30px;
	color: #000000;
	font-family: "trebuchet MS";
}

/* Fonts used for the main content of pages */
.Head {font-size: large;
	font-weight: bold;
	font-family: "trebuchet MS"
}
.Head2 {font-size: 20px;
	font-weight: bold;
	font-family: "trebuchet MS";
}

.Head3 {font-family: "trebuchet MS"}

.Main_Text 
	{font-family: "trebuchet MS"; font-size: 14px; 
	text-align: justify;
}

.Sub_Title {	
        color: #000000;
        font-size: 30px;
        font-family: Tahoma;
    
}

.Table1{
		table-layout: fixed;
		vertical_align: middle;
}

body {
	background-color: #3C6393;
}