* {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #ffffff;
}

h1, h1 em {
	color: #333399;
	font-size: 18px;
	font-weight: bold;	
	margin-bottom: 5px;
}

	h1 em {
		color: #99CCFF;
		font-style: normal;
	}

/* Button */

a.button {	
	background: #333399;
	color: #ffffff !important;
	display: inline-block;	
	font-weight: bold;
	line-height: 22px;
	margin: 0;	
	overflow: hidden;
	padding: 0 8px;
	text-decoration: none !important;	
}

	a.button:hover {
		background: #99CCFF;		
	}
		
/* Home Page */

#homeMain {
	float: left;
	width: 600px;
}

#homeNews {		
	float: right;	
	width: 180px;
}

	.news {
		border: 1px #333399 solid;
		margin-bottom: 10px;	
		width: 180px;
	}

		.news h2 {
			background: url(../images/top-menu-bg.png) repeat-x top left;
			font-size: 16px;
			font-weight: bold;	
			height: 31px;
			margin: 1px;
			padding: 5px 0 0 5px;
		}
		
			.news h2 img {
				display: inline-block;
				margin: 0 5px 0 0;
				vertical-align: text-bottom;
			}
		
		.news ul {
			overflow: hidden;
			margin: 0 5px;
		}
		
			.news ul li {
				border-bottom: 1px #333399 solid;
				margin-bottom: 5px;
				padding: 0 0 5px;				
			}
				
				.news ul li.last {
					border: none;
				}
				
				.news ul li strong {
					display: block;
					padding-bottom: 5px;
				}
				
				.news ul li p {
					text-align: left;
				}
				
					.news ul li p a {
						color: #333399;		
					}
					
						.news ul li p a:hover {
							text-decoration: underline;
						}

/* Buttons */

#buttons {
	clear: both;
}

	#buttons ul {
		overflow: hidden;
	}
	
		#buttons ul li {
			float: left;
			margin-right: 6px;
			width: 194px;
		}
		
			#buttons ul li.last {
				margin-right: 0;
			}
		
			#buttons ul li a {
			}
			
				#buttons ul li a img {
					height: 99px;
					width: 194px
				}
	

/* Add This */

#at15s_head span, .at_item span {
	color: #999999 !important;	
}