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

body {
	background-color: #CCCCCC;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	color: #663399;
	text-decoration: none;
}

a:hover {
	color: #663399;
	text-decoration: underline;
}

a:visited { 
	color: #663399;
	text-decoration: none;
}

.header {
	font-size:14px;
	font-weight: bold;
}

.smtext {
	font-size: 12px;
}

.imgwrapright {
	margin-right: 10px;
}

#smtext a:link {
	color: #000000;
	text-decoration: none;
}

#smtext a:visited {
	color:#000000;
	text-decoration: none;
}

#smtext a:hover {
	color:#000000;
	text-decoration:underline;
}