/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif; }

td { font-family:Arial, Helvetica, sans-serif; font-size:12px;}

h1 { font-size: 18px; color:#990000; }
h2 { font-size: 16px; color:#996600; }
h3 { font-size: 14px; color:#CC9900; }

p { font-size: 12px; }

a { color:#990000; text-decoration: none; font-weight: bold; }
a:hover { color:#0000CC; text-decoration: underline; }
a:visited { color: #3366CC; text-decoration: none; }

.leftTablePaddingAndBackgroundImage {
	padding: 10px;
	background-image: url(./images/piiesitetemplate_05.gif);
	background-repeat: repeat-y;
}

.rightTablePaddingAndBackgroundImage {
	padding: 10px;
}


.columnColorFiller1 {
	background-image: url(./images/piiesitetemplate_01.gif);
	background-repeat: repeat-y;
}

.columnColorFiller2 {
	background-image: url(./images/piiesitetemplate_04.gif);
	background-repeat: repeat-y;
}

