/* Main style sheet
Global settings follow */

body {
	text-align:center;
}

/* Id settings follow */

/* Class settings follow */

div.centerRight {
	text-align:left;
	margin-left:50%;
}

div.clear {
	clear:both;
}

div.inTwo {
	margin-left:40px;
}

div.subTitle {
	font-size:110%;
}

div.subTitleWork {
	font-size:130%;
}

hr.short {
	width:50%;
}

p.left {
	float:left;
	text-align:left;
}

p.right {
	float:right;
	text-align:right;
}

span.bulletLeft {
	font-weight:bold;
}
