/* basics stylesheet */

br.both {
	clear: both;
}

.l {
	text-align: left;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.b {
	font-weight: bold;
}

.big {
	font-size: 120%;
}

.s {
	font-size: 85%;
}

.i {
	font-style: italic;
}

.ul {
	text-decoration: underline;
}

img.right {
	float: right;
	margin: 0px 5px 5px 20px;
}

img.left {
	float: left;
	margin: 0px 10px 5px 5px;
}

/*
div {
	border: 1px #ffffff dotted;
}
*/

div.right {
	float: right;
	margin-right:10px;
}

div.left {
	float: left;
	margin-left: 10px;
	width:250px
}

div#ss {
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
	font-family: Tahoma, Arial, helvetica, sans-serif;
}

td.top {
	vertical-align: top;
}

cite {
	font-size: 85%;
}

table.c {
	margin-left: auto;
	margin-right: auto;
}

td.bottom {
	vertical-align: bottom;
}

.noborder {  /* remove border from e.g. logos if borders are standard on images throughout the site*/
	border: none;
}
