
/* 
 *	Default CSS Settings
 */

body {
	margin: 0;
	text-align: center;
}

* img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#intern1 a {
	color: #a1a1a1;
	text-decoration: none;
}
#intern1 a:hover {
	text-decoration: underline;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.valignTop {
	vertical-align: top;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.w100 {
	width: 100%;
}

.w98 {
	width: 98%;
}
