/* TEXT AREA */
.text_header
{
font-family: arial;
font-weight: bold;
font-size: 12pt;
color: #50004e;
}
.text_content
{
font-family: arial;
font-weight: none;
font-size: 10pt;
color: #222222;
}
.text_content_purple
{
font-family: arial;
font-weight: bold;
font-size: 10pt;
color: #50004e;
}
.text_right_bar
{
font-family: arial;
font-weight: none;
font-size: 10pt;
color: #222222;
}
.text_copyright
{
font-family: arial;
font-weight: none;
font-size: 8pt;
color: #50004e;
}
/* LINKS AREA */
.link_content
{
font-family: arial;
font-weight: none;
font-size: 8pt;
color: #50004e;
text-decoration: none;
}
.link_content:hover
{
font-family: arial;
font-weight: none;
font-size: 8pt;
color: #50004e;
text-decoration: underline;
}
.link_netazen
{
font-family: arial;
font-weight: none;
font-size: 8pt;
color: #7e80a7;
text-decoration: none;
}
/* BORDER_ARE */
.border_white
{
border: 1px solid #ffffff;
}
.border_purple
{
border: 1px solid #50004e;
}
.border_black
{
border: 1px solid #000000;
}
.border_gray
{
border: 1px solid #444444;
}


