    /* --  text-align = LEFT -- */
    .headline {font-size: 28px; font-family: "Times New Roman",serif; color: black; font-style: italic; font-weight: bold;  text-align: left}
    .subhead {font-size: 18px; font-family: "Times New Roman",serif; color: black; font-weight: bold; font-style: italic; text-align: left}
    .nextline {font-size: 20px; font-family: "Times New Roman",serif; color: black; font-style: italic; font-weight: bold;  text-align: left}
    .nextline2 {font-size: 14px; font-family: "Times New Roman",serif; color: black; font-style: italic; font-weight: bold;  text-align: left}
    .teeny    {font-size: 10px; font-family: Arial,sans-serif; color: black; font-weight: bold; text-align: left}
    .times14  {font-size: 14px; font-family: "Times New Roman",serif; color: black;  text-align: left}
    .times16  {font-size: 16px; font-family: "Times New Roman",serif; color: black;  text-align: left;  font-style: italic;}
    .arial12left {font-size: 13px; font-family: Arial,sans-serif; color: black; font-weight: normal; font-style: normal; text-align: left}
    .starpage {font-size: 36px; font-family: "Times New Roman",serif; color: blue; font-style: italic; font-weight: bold;  text-decoration: underline; text-align: left}
    .left1 {font-size: 12px; font-family: Arial,sans-serif; color: black; text-align: left}
    .listleft {font-size: 11px; font-family: Arial,sans-serif; color: black; font-weight: normal; font-style: normal; text-align: left}
    .special-left  {font-size: 11px; color: white; font-family: Arial,sans-serif; color: black; font-weight: bold; text-align: left}

    /* --  text-align = JUSTIFY -- */
    .newsbody {font-size: 13px; font-family: Arial,sans-serif; color: black; font-weight: normal; font-style: normal; text-align: justify}

    /* --  text-align = CENTER -- */
    .pagetitle {font-size: 28px; font-family: "Times New Roman",serif; color: red; font-style: italic; font-weight: bold; text-align: center}
    .teenyc {font-size: 10px; font-family: Arial,sans-serif; color: black; text-align: center}
    .teeny2 {font-size: 12px; font-family: Arial,sans-serif; color: black; font-weight: bold; text-align: center}
    .teeny3 {font-size: 12px; font-family: Arial,sans-serif; color: black; text-align: center}
    .pixcaption {font-size: 13px; font-family: Arial,sans-serif; color: black; text-align: center}
    .captions {font-size: 13px; font-family: Arial,sans-serif; color: black; text-align: center}
    .parenth  {font-size: 16px; font-family: "Times New Roman",serif; color: black; text-align: center}
    .quotes   {font-size: 14px; font-family: "Times New Roman",serif; color: black; text-align: center; font-style: italic}
    .subheadc {font-size: 18px; font-family: "Times New Roman",serif; color: black; font-weight: bold; font-style: italic; text-align: center}
   h1 {font-size: 1px; font-family: "times new roman", serif; color: black; font-weight: bold; color: white; text-align: center}


    /*  text-align = RIGHT */
    .right1 {font-size: 12px; font-family: Arial,sans-serif; color: black; text-align: right}
	.teenyright    {font-size: 10px; font-family: Arial,sans-serif; color: black; font-weight: bold;  text-align: right}
    .listright {font-size: 11px; font-family: Arial,sans-serif; color: black; font-weight: normal; font-style: normal; text-align: right}
    .special-right {font-size: 11px; color: white; font-family: Arial,sans-serif; color: black; font-weight: bold; text-align: right}

.wrapper {

	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 960px;
	background-color: #ffffff;
	padding: 4px;
}

.container {
	background-color: #ffffff;
	border: 2px;
}

.header {
	margin: 0 0 0 0;
	background-color: #ffffff;
	
}

.side-a2 {
	margin: 0;
	float: left;
	width: 50%;
	background-color: white;
}

.side-b2 { 
	margin: 0;
	float: left;
	width: 50%;
	background-color: white;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.side-a3 {
	float: left;
	padding: 5px;
	width: 320px;
}

.side-c3 {
	float: right;
	padding: 5px;
	width: 32%;
}

.side-b3 {
	float: left;
	padding: 5px;
	width: 320px;
}

.break {
	padding-top: 1px;
	text-align: center;
	padding-bottom: 1px;
	background-color: #ffffff;
}

.footer {
	padding-top: 5px;
	clear: both;
	background-color: #ffffff;
}
/*
hr { height:1px; 
        border: 0px;
        padding-top: 1px solid #000000;
        padding-bottom: 1px solid #000000;
}
*/

