﻿.head_pink
{
	color: #B93483;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.head_pink_dark
{
	color: #7030A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}


.head_black
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.head_black_italic
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.text_black
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.text_black_bold
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.text_black a:link
{
	color: blue;
	text-decoration: underline;
}

.text_black a:active
{
	color: blue;
	text-decoration: underline;
}

.text_black a:visited
{
	color: blue;
	text-decoration: underline;
}

.text_black a:hover
{
	color: blue;
	text-decoration: underline;
}

.text_pink
{
	color: #B93483;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.text_violet_bold
{
	color: #B93483;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.text_violet_bold a:link
{
	color: #B93483;
}

.text_violet_bold a:visited
{
	color: #B93483;
}

.text_violet_bold a:active
{
	color: #B93483;
}

.text_violet_bold a:hover
{
	color: #B93483;
}