/* Generic Selectors */

body {

font-family: arial, helvetica;

font-size: 10px;

color: #FFFFFF;

background-color: #FFFFFF;

}

p {

width: 100%;

}

li {

list-style-type: disc;

line-height: 120%

}

h1 {

font-family: arial, helvetica;

font-size: 12px;

font-weight: bold;

color: #FFFFFF;

}

h2 {

font-family: arial, helvetica;

font-size: 16px;

font-weight: bold;

color: #FFFFFF;

}

h3 {

font-family: arial, helvetica;

font-size: 20px;

font-weight: bold;

color: #FFFFFF; 
}
/**************** Pseudo classes ****************/

a:link {

color: #FFFFFF;

text-decoration: none;


}

li :link {

color: #D1D1D1;

text-decoration: none;

font-weight: normal;

}

a:visited {

color: #FFFFFF;

text-decoration: NONE;


}

li a:visited {

text-decoration: none;

font-weight: normal;

}

a:hover {

color: #FE0000;

text-decoration: underline;

}

li a:hover {

color: #A69E9E;

text-decoration: underline;

font-weight: normal;

}
.class1 li a:active {font-size: 12px; color: #FFFFFF; list-style-type: disc; line-height: 120%}
.class1 li a:link {font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: normal;}
.class1 li a:visited {font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: normal;}
.class1 li a:hover {font-size: 12px; color: #A69E9E; text-decoration: underline; font-weight: normal;}

.class2 li a:active {font-size: 14px; color: #000000; list-style-type: disc; line-height: 120%}
.class2 li a:link {font-size: 14px; color: #000000; text-decoration: none; font-weight: normal;}
.class2 li a:visited {font-size: 14px; color: #000000; text-decoration: none; font-weight: normal;}
.class2 li a:hover {font-size: 14px; color: #771212; text-decoration: underline; font-weight: normal;}

.bold a:active {font-size: 14px; color: #000000; text-decoration: none;  font-weight:bold;}
.bold a:link {font-size: 14px; color: #000000; text-decoration: none; font-weight: bold;}
.bold a:visited {font-size: 14px; color: #000000; text-decoration: none; font-weight: bold;}
.bold a:hover {font-size: 14px; color: #771212; text-decoration: underline; font-weight: bold;}

/************************* ID's *************************/

#MAIN1 {
font-size: 14px;
font-weight: bold;
font-family: arial, helvetica;
}

#MAIN2 {
font-size: 12px;
font-weight: normal;
font-family: arial, helvetica;
}

#MAIN3 {
font-size: 14px;
font-weight: normal;
font-family: arial, helvetica;
}

#MAIN4 {
font-size: 16px;
font-weight: BOLD;
font-family: arial, helvetica;
}

#MAIN5 {
font-size: 16px;
font-weight: BOLD;
color: #FF9C01;
text-decoration: underline;
font-family: arial, helvetica;
}

#MAIN6 {
font-size: 16px;
font-weight: BOLD;
color: #FF9C01;
font-family: arial, helvetica;
}

#SMALL {
font-size: 10px;
font-weight: normal;
font-family: arial, helvetica;
}

#HEAD-MENU {
font-size: 10px;
font-weight: bold;
}

#LEFT-MENU {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}


