/*////////////////////////////////////////////
General Font Sizes
////////////////////////////////////////////*/
body, td, p, * {
	font-size: 11px;
}
h1 {
	font-size: 18px;
	margin-bottom: 0px;
}
h2{
	font-size: 16px;
	margin-bottom: 0px;
}
h3{
	font-size: 12px;
	margin-bottom: 0px;
}
h4{
	font-size: 18px;
	margin-bottom: 0px;
}
.bigtext{
	font-size: 14px;
	margin-bottom: 0px;
}
/*////////////////////////////////////////////
Special 1
////////////////////////////////////////////*/
.special1{
	font-size: 13px;
}
/*////////////////////////////////////////////
Special 2
////////////////////////////////////////////*/
.special2{
	font-size: 10px;
}
.copywrite{
font-size: 10px;
}
.caption{
font-size: 9px;
}