﻿/* XX-SMALL */
/* XX-Small, Normal, Blue */
.newStyle101 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	color: #3333CC;
}
/* XX-Small, Bold, Blue */
.newStyle102 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	color: #3333CC;
}
/* XX-Small, Normal, Red */
.newStyle103 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
}
/* XX-Small, Bold, Red */
.newStyle104 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
/* XX-Small, Normal, Black */
.newStyle105 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
/* XX-Small, Bold, Black*/
.newStyle106 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
/* XX-Small, Bold, Blue, With No Underlining */
.newStyle107 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3333CC;
}

/* XX-Small, Bold, Purple*/
.newStyle107a {
	font-family: Tahoma;
	color: #800080;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* XX-Small, Bold, Purple, with Underline*/
.newStyle107b {
	font-family: Tahoma;
	color: #800080;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}

/* XX-Small, Bold, Orange*/
.newStyle108 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* XX-Small, Bold, Orange*/
.newStyle109 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* XX-Small, Normal, White */
.newStyle110 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

/* XX-Small, Bold, White*/
.newStyle111 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

/* XX-Small, Normal, Green*/
.newStyle112 {
	font-family: Tahoma;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	color: #008000;
}

/* XX-Small, Bold, Green*/
.newStyle113 {
	font-family: Tahoma;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	color: #008000;
}




/* X-SMALL */
/* X-Small, Normal, Blue */
.newStyle201 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #3333CC;
}
/* X-Small, Bold, Blue */
.newStyle202 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	color: #3333CC;
}
/* X-Small, Normal, Red */
.newStyle203 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
}
/* X-Small, Bold, Red */
.newStyle204 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
/* X-Small, Normal, Black */
.newStyle205 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
/* X-Small, Bold, Black*/
.newStyle206 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
/* X-Small, Bold, Blue, With No Underlining */
.newStyle207 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3333CC;
}

/* X-Small, Bold, Purple*/
.newStyle207a {
	font-family: Tahoma;
	color: #800080;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* X-Small, Bold, Purple, with Underline*/
.newStyle207b {
	font-family: Tahoma;
	color: #800080;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	}

/* X-Small, Normal, Orange*/
.newStyle208 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

/* X-Small, Bold, Orange*/
.newStyle209 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* X-Small, Normal, White*/
.newStyle210 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
/* X-Small, Bold, White*/
.newStyle211 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

/* X-Small, Normal, Green*/
.newStyle212 {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #008000;
}

/* X-Small, Bold, Green*/
.newStyle213 {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	color: #008000;
}




/* SMALL */
/* Small, Normal, Blue */
.newStyle301 {
	font-family: tahoma;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #3333CC;
}
/* Small, Bold, Blue */
.newStyle302 {
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #3333CC;
}
/* Small, Normal, Red */
.newStyle303 {
	font-family: tahoma;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
}
/* Small, Bold, Red */
.newStyle304 {
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
/* Small, Normal, Black */
.newStyle305 {
	font-family: tahoma;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
/* Small, Bold, Black*/
.newStyle306 {
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/* Small, Bold, Purple*/
.newStyle307 {
	font-family: Tahoma;
	color: #800080;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* Small, Bold, Purple, with Underline*/
.newStyle307b {
	font-family: Tahoma;
	color: #800080;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}

/* Small, Bold, Orange*/
.newStyle308 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* Small, Bold, Orange*/
.newStyle309 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* Small, Normal, White*/
.newStyle310 {
	font-family: tahoma;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
/* Small, Bold, White*/
.newStyle311 {
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

/* Small, Normal, Green*/
.newStyle312 {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #008000;
}

/* Small, Bold, Green*/
.newStyle313 {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #008000;
}





/* MEDIUM */
/* Medium, Normal, Blue */
.newStyle401 {
	font-family: tahoma;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #3333CC;
}
/* Medium, Bold, Blue */
.newStyle402 {
	font-family: tahoma;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #3333CC;
}
/* Medium, Normal, Red */
.newStyle403 {
	font-family: tahoma;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
}
/* Medium, Bold, Red */
.newStyle404 {
	font-family: tahoma;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
/* Medium, Normal, Black */
.newStyle405 {
	font-family: tahoma;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
/* Medium, Bold, Black */
.newStyle406 {
	font-family: tahoma;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/* Medium, Bold, Purple*/
.newStyle407 {
	font-family: Tahoma;
	color: #800080;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* Medium, Bold, Purple, with Underline*/
.newStyle407b {
	font-family: Tahoma;
	color: #800080;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}

/* Medium, Bold, Orange*/
.newStyle408 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
/* Medium, Bold, Orange*/
.newStyle409 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* Medium, Normal, White*/
.newStyle410 {
	font-family: tahoma;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
/* Medium, Bold, White*/
.newStyle411 {
	font-family: tahoma;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

/* Medium, Normal, Green*/
.newStyle412 {
	font-family: Tahoma;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #008000;
}

/* Medium, Bold, Green*/
.newStyle413 {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #008000;
}




/* LARGE */
/* Large, Normal, Blue */
.newStyle501 {
	font-family: tahoma;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #3333CC;
}
/* Large, Bold, Blue */
.newStyle502 {
	font-family: tahoma;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #3333CC;
}
/* Large, Normal, Red */
.newStyle503 {
	font-family: tahoma;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
}
/* Large, Bold, Red */
.newStyle504 {
	font-family: tahoma;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
/* Large, Normal, Black */
.newStyle505 {
	font-family: tahoma;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
/* Large, Bold, Black */
.newStyle506 {
	font-family: tahoma;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/* Large, Bold, Purple*/
.newStyle507 {
	font-family: Tahoma;
	color: #800080;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* Large, Bold, Purple, with Underline*/
.newStyle507b {
	font-family: Tahoma;
	color: #800080;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}

/* Large, Bold, Orange*/
.newStyle508 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* Large, Bold, Orange*/
.newStyle509 {
	font-family: Tahoma;
	color: #FF6600;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

/* Large, Normal, White*/
.newStyle510 {
	font-family: tahoma;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
/* Large, Bold, White*/
.newStyle511 {
	font-family: tahoma;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

/* Large, Normal, Green*/
.newStyle512 {
	font-family: Tahoma;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #008000;
}

/* Large, Bold, Green*/
.newStyle513 {
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #008000;
}




/* X-Large, Bold, Red */
.newStyle604 {
	font-family: tahoma;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
/* XX-Large, Bold, Red */
.newStyle704 {
	font-family: tahoma;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
