/* LINK */
a {
	font-weight: normal;
	color: #89201C;//white;
	
	effect: shadow;
	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.arial {
	font-family: Arial;
}
a.garamond {
	font-family: Garamond;
}

a.size8 {
	font-size: 10pt;
}
a.size10 {
	font-size: 10pt;
}
a.size16 {
	font-size: 16pt;
}
a.size20 {
	font-size: 20pt;
}

a.admin {
	color: black;
}
a:hover.admin {
	color: black;
}


/* SMALL */
small {
	font-family: Arial;
	font-weight: normal;
	color: red;
	
	font-size: 7pt;
}

/* SIZE */
.size7 {
	font-size: 7pt;
}
.size8 {
	font-size: 8pt;
}
.size10 {
	font-size: 10pt;
}
.size12 {
	font-size: 12pt;
}
.size14 {
	font-size: 14pt;
}
.size16 {
	font-size: 16pt;
}
.size18 {
	font-size: 18pt;
}
.size20 {
	font-size: 20pt;
}

/* COLOR */
.colorWhite {
	color: white;
}
.colorRed {
	color: red;
}
.colorWeb {
	color: #89201C;
}
.colorBlack {
	color: #000000;
}

/* FONT */
.fontArial {
	font-family: Arial;
}
.fontGaramond {
	font-family: Garamond;
}

/* STYLE */
.fontBold {
	font-weight: Bold;
}
.fontNormal {
	font-weight: Normal;
}