/* CSS Document */

body {
	font-family: Arial;
	font-size: 14px;
}
body.main {
	 margin-top:0px; margin-left:10px; margin-right:10px;
	 background:  url(/icons/right.gif) right repeat-y;
}
body.institute {
	 margin-top:0px; margin-left:10px; margin-right:10px;
	 background:  url(/icons/right.gif) right repeat-y;
}
table {
	font-size: 14px;
}
a {
	color: #496E41;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#6A5ACD;
}
select, input, textarea {
	font-size : 14px;
	font-family : Arial;
	}
h1 { font-size : 20px; }
h2 { font-size : 18px; }
h3 { font-size : 16px; }
.hang { text-indent: -3em; margin-right: 3em; } 