﻿body {
	margin: 5px; 
	background-color: white;		/*puslapio fono spalva*/
	font-size: 12px;
	color:black;
	font-family: verdana, arial, helvetica, sans-serif;
}

img {
	border: 0;
}

li 
{
	line-height:25px
}

/*======================================*/
/* CUSTOM TYPES							*/

.p_title {
	font-family: Georgia, 'Times New Roman';
	font-size: 18pt;
	font-weight:bold;
}

.faq_question {
	font-family: Georgia, 'Times New Roman';
	font-size:large;
	font-weight:bold;
	color:Purple;
}

.form_text {
	font-family: Georgia, 'Times New Roman';
	font-size:large;
	font-weight:bold;
}


/* --------   T D  ------------------- */
.td_cardImage {
	background-color: #FFFFFF;
	text-align: center;
}

.td_cardName {
	background-color: #6397D6;
}

.td_cardEmpty {
	background-color: #FF9933;
}

