body {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:9pt;
	padding:0px;
	margin:0 auto;
	}
td {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:9pt;
}

A, A:link {color: #ff0026; TEXT-DECORATION: none }
A:visited {color: #ff0026; TEXT-DECORATION: none}
A:hover, A:active  {color: #87103a; TEXT-DECORATION: underline}

.title {
	font-size:22pt;
	padding-bottom:15px;
	}
.title2 {
	font-size:16pt;
	padding-bottom:10px;
	}

.subtitle {
	font-size:13pt;
	padding-bottom:10px;
	}
.bodytext {
	font-size:9pt; 
	line-height:190%;
	padding-bottom:10px;
}
.small {
	font-size:8pt;
}

.date {
	font-size:8pt;
	padding-bottom:5px;}

.blue {color:#819bab;}
.blue-bg {background-color:#819bab;}
.keramidi {color:#87103a;}
.keramidi-bg {background-color:#87103a;}
.grey {color:#666666;}

.news-bg {
	background-image: url(../images/news_bg.jpg);
	background-repeat: repeat-y;
}

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #819bab; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 15px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/* text-transform:uppercase; */
}

.invertedshiftdown a{
float: right;
display: block;
font: bold 12px Arial;
color: #819bab;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #87103a; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #819bab; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}