/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Palatino Linotype', Serif;
	/*font-size: 84%;*/
	}

.large {
	font-size: 16pt;
}

.smallbold {
	font-family: Constantia;
	font-size: 10pt;
	font-weight: bold;
}

.redbold {
	color: #e70000;
	font-weight: bold;
}

.largeredbold {
	color: #e70000;
	font-weight: bold;
	font-size: 18pt;
}

.smallredbold {
	font-family: Constantia;
	font-size: 10pt;
	color: #e70000;
	font-weight: bold;
}

.smallbluebold {
	font-family: Constantia;
	font-size: 10pt;
	color: #0000FF;
	font-weight: bold;
}

#right      { background: #dfdfdf url(titan_adjustable_dumbbell/bodybkg.png) repeat-y top right}