/* CSS Document */

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

body {
	margin-top: 0px;
}

.bigger {
	font-size: 15px;
	font-weight: bold;
}

.intro {
	font-size: 14px;
}


.yellowbg {
	background-color: #FFF200;
}

.yellowtxt {
	color: #FFF200;
}

.redtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}

.blktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

.leftmargin_txt {	
	font-size: 12px;
	font-weight: bold;
}

.title {
	font-size: 18px;
	letter-spacing: 2px;
	
}
.subtitle {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.purplish {
	color: #7708BE;
}

a.mainlink {
	text-decoration: none;
	color: black;
}

a.mainlink:hover {
	text-decoration: underline;
	color: black;
}

.small {
	font-size: 10px;
}

.padded_left {
	margin-left : 1.5ex;
}

.padded_right {
	margin-right : 1.5ex;
}

.padded_top {
	margin-top : 0.5ex;
}

.padded_bottom {
	margin-bottom : 0.5ex;
}

ul {
	margin-top : 0ex;
	margin-bottom : 0ex;
	list-style-type: square;
}

.smaller {
	font-size: 9px;
}

.greyish {
	color:#999999;
}

.grey_border {
	border-color:#999999;
}

.padded_right_bottom {
	margin-right: 1.5ex;
	margin-bottom: 1.5ex;
}
