<!--

.body 
{
background-color: #003366; 
background-image:url('/images/pysanky-back.jpg'); 
background-repeat:repeat-y; 
background-attachment:fixed;
}

.pagetitletext {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #FFFFFF;
		font-size: 18pt;
		background: #005AB4;
		padding:1;    
		font-weight: bold;			    
}

.pagetitletextnobg {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #FFFFFF;
		font-size: 18pt;
		font-weight: bold;			    
	    border-bottom: solid 2px #FFFFFF;		
}

.pagetitletextcolor {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #003366;
		font-size: 18pt;
		font-weight: bold;			    
}



.minimenu {       
		font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #FFFFFF;
		font-size: 10pt;
		background: #57B2FF;
		padding:1;  
}


.pagesubtitletext {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #005AB4;
		font-size: 18pt;
		font-weight: bold;		
	    border-bottom: solid 2px #005AB4;
}

.greyedout {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #888888;
		font-size: 10pt;
}

.warning {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #000000;
		font-size: 10pt;
		background: #FFCC00;
		font-weight: bold;		
}		


A.highlight {
		border: 0; 
		padding:2;         
		font-family: 'Roboto',verdana,helvetica,sans-serif;
        font-size: 10pt;
		font-weight: bold;		
}
		
A.highlight:hover {
		padding:2;         
		font-family: 'Roboto',verdana,helvetica,sans-serif;
        font-size: 10pt;
		font-weight: bold;		
        color: #ffffff;}

A:link {
text-decoration: none;
color: #57B2FF;
font-weight: bold;		
}

A:visited {
text-decoration: none;
color: #57B2FF;
font-weight: bold;		
}

A:active {
text-decoration: none;
color: #FFCC00;
font-weight: bold;		
}


/* mt = main text */

.mt {
        font-family: "Roboto",verdana,arial,helvetica,sans-serif;
        color: #000000;
	font-size: 10pt;
}

.mtlite {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #FFFFFF;
		font-size: 10pt;
}

.mtlitebold {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;				
}

.mtdk {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #000;
	font-size: 10pt;
	font-weight: bold;		
	background-color: #96D4FF;	
}

.largetext {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
        color: #005AB4;
}

.largetextdk {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
        color: #oooooo;
}

.largetextlt {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}

.smalltext {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #003366;
		font-size: 8pt;
}

.smalltexteggmenu {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #000000;
	font-size: 8pt;
	font-weight: bold;		
}


.smalltextlt {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #ffffff;
	font-size: 8pt;
}

.tinytextlt {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #ffffff;
	font-size: 6pt;
}



td {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
	font-size: 10pt;
        color: #000000;
}

h1 {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #000000;
}


.DOTM_highlight {
        font-family: 'Roboto',verdana,helvetica,sans-serif;
        color: #000000;
	background: #4ee4e2;
	font-weight: bold;
}

.rounded_ltblue {
background-color: #57B2FF;
border-radius: 15px;
}

.rounded_dkblue {
background-color: #003366;
border-radius: 15px;
}                             

/*start navy*/
.roundcont-navy {
	width: 650px;
	background-color: #00316D;
	color: #fff;
}
.roundcont-navy p {
	margin: 0 10px;
}
.roundtop-navy { 
	background: url(http://www.learnpysanky.com/images/corners/navy-tr.jpg) no-repeat top right; 
}
.roundbottom-navy {
	background: url(http://www.learnpysanky.com/images/corners/navy-br.jpg) no-repeat bottom right; 
}
img.corner-navy {
   width: 12px;
   height: 12px;
   border: none;
   display: block !important;
}
/*end navy*/

/*start webnavy 003366*/
.roundcont-webnavy550 {
	width: 550px;
	background-color: #003366;
	color: #fff;
}
.roundcont-webnavy p {
	margin: 0 10px;
}
.roundtop-webnavy { 
	background: url(http://www.learnpysanky.com/images/corners/navy003366-tr.jpg) no-repeat top right; 
}
.roundbottom-webnavy {
	background: url(http://www.learnpysanky.com/images/corners/navy003366-br.jpg) no-repeat bottom right; 
}
img.corner-webnavy {
   width: 12px;
   height: 12px;
   border: none;
   display: block !important;
}
/*end webnavy 003366*/

-->