@charset "utf-8";
/* CSS Document */

.borderblue {
	border: 1px solid #6990b3;
	height: 210px;
	margin: auto;
}

.greytxtnormal {
	font-family: Arial;
	text-align:justify;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
}
.textbluebold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #07519a;
}
.greyborder {
	border: 1px solid #CCCCCC;
}

.blueback {
	background-color: #ebf3fb;
}
.univer {
	background-image: url(images/sep1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.back{
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.table {
	background-color: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #c5c5c5;
	border-right-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
	border-left-color: #c5c5c5;
	height: 50px;
	overflow: hidden;
}

.news {
	background-color: #ebf2fa;
	border: 1px solid #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	margin: 0px;
}
.boldorangetext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff3333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 3px;
}

.leftrightborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}
.leftrightborder-2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}

.book {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	text-align: justify;
}
