@CHARSET "UTF-8";

body 		{ 
				background-color: #C9C9C9; 				
			}

p	 		{ 	
				text-decoration: none; 
				color: #000000; 
				font-family: Verdana; 
				font-size: 9pt; 
				font-weight: medium; 
			}
			
li.topMenuList	{
							display: inline;
							list-style-type: none;
							list-style-position: inner;
						}
				
				
.header		{ 	
				text-decoration: none; 
				color: #CD3333; 
				font-family: Verdana; 
				font-size: 13pt; 
				font-weight: bold; 
			}
			
.normalRed		{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 9pt; font-weight: normal; 	}
.normalRed:link		{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 9pt; font-weight: normal; 	}
.normalRed:visited	{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 9pt; font-weight: normal; 	}
.normalRed:active	{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 9pt; font-weight: normal; 	}
.normalRed:hover	{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 9pt; font-weight: normal; 	}

.smallRed		{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 6pt; font-weight: normal; 	}
.smallRed:link		{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 6pt; font-weight: normal; 	}
.smallRed:visited	{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 6pt; font-weight: normal; 	}
.smallRed:active	{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 6pt; font-weight: normal; 	}
.smallRed:hover	{ 	text-decoration: none; color: #CD3333; font-family: Verdana; font-size: 6pt; font-weight: normal; 	}

.quotes		{ 	text-decoration: none; color: #000000; font-family: Verdana; font-weight: bold; font-size: 8pt; 	}

			
.topMenu			{font-family: Verdana; font-size: 8pt; color: #FFFFFF; }
.topMenu:link		{color: #FFFFFF; text-decoration: none;}
.topMenu:visited 	{color: #FFFFFF; text-decoration: none;}
.topMenu:active 	{color: #FFFFFF; text-decoration: none;}
.topMenu:hover 	{text-decoration: none; color: #FF0000;}
			
.sideMenu			{font-family: Verdana; font-size: 8pt; color: #FFFFFF; font-weight: bold; }
.sideMenu:link 		{color: #FFFFFF; text-decoration: none;font-weight: bold;}
.sideMenu:visited 	{color: #FFFFFF; text-decoration: none;font-weight: bold;}
.sideMenu:active 	{color: #FFFFFF; text-decoration: none;font-weight: bold;}
.sideMenu:hover 	{text-decoration: none; color: #FF0000;font-weight: bold;}

input.displayTextbox		{ background-color: #EEEEEE; font-family: Verdana; font-size: 8pt; color: #000000; }

/* for checkboxes */
input.unread			{ background-color: #EEEEEE; color: #000000; }
select.displayGrade		{ background-color: #EEEEEE; font-family: Verdana; font-size: 8pt; color: #000000; }

textarea.txtarea		{  								
					text-align: left;
					color: black;					
					wrap: soft;
					background-color: #EEEEEE;
					font-family: Verdana; 
					font-size: 8pt; 
					color: #000000;
					font-weight: normal;
				}
				
.inside_div 	{ background-color: #C9C9C9; display: none; font-family: Verdana; font-size: 9pt; color: #CD3333; font-weight: bold;}

.changeLang		{font-family: Verdana; font-size: 8pt; color: #FFFFFF; }
.changeLang:link	{color: #FFFFFF; text-decoration: none;}
.changeLang:visited 	{color: #FFFFFF; text-decoration: none;}
.changeLang:active 	{color: #FFFFFF; text-decoration: none;}
.changeLang:hover 	{text-decoration: none; color: #FF0000;}


.reply		{background-color: #EEEEEE; font-family: Verdana; font-size: 7pt; color: #000000; font-weight: bold; display: none;}
.reply:link 		{background-color: #EEEEEE; font-family: Verdana; color: #000000; text-decoration: none; display: none;}
.reply:visited 	{background-color: #EEEEEE; font-family: Verdana; color: #000000; text-decoration: none; display: none;}
.reply:active 	{background-color: #EEEEEE; font-family: Verdana; color: #000000; text-decoration: none; display: none;}
.reply:hover 	{background-color: #EEEEEE; font-family: Verdana; text-decoration: none; color: #FF0000; font-weight: bold; display: none;}

/* for message headers and previews */
.heading 			{font-family: Verdana; font-size: 9pt; color: #000000; font-weight: normal;}
.heading:link 		{font-family: Verdana; color: #000000; text-decoration: none;}
.heading:visited 	{font-family: Verdana; color: #000000; text-decoration: none;}
.heading:active 		{font-family: Verdana; color: #000000; text-decoration: none;}
.heading:hover 		{font-family: Verdana; text-decoration: none; color: #FF0000;}

/* table formatting */
.title				{font-family: Verdana; font-size: 9pt; color: #000000; font-weight: bold;}
.title:link 			{font-family: Verdana; color: #000000; text-decoration: none;}
.title:visited 		{font-family: Verdana; color: #000000; text-decoration: none;}
.title:active 		{font-family: Verdana; color: #000000; text-decoration: none;}
.title:hover 		{font-family: Verdana; text-decoration: none; color: #FF0000;}

table.mainContent	{
					border-width: 0px; 
					border-spacing: 0px; 
					border-style: solid; 
					border-color: #EEEEEE; 
					border-collapse: collapse; 
					font-family: Verdana; 
					font-size: 9pt;
					/*background: #EEEEEE; */
					width: 898px; 
					height: 100%; /*800px;*/
					margin-left: auto;
					margin-right: auto;
					
					background-color: #C9C9C9;
					background-image: url(images/multiimagestart_reflection.gif); 
					background-repeat: no-repeat; 
					background-attachment: scroll; 
					background-position: top;					
					
				}
				
td.mainContent		{border-style: none;}	
th.mainContent		{border-style: none;}

table.standardTable	{
					border-width: 0px; 
					border-spacing: 0px; 
					border-style: none; 
					border-color: #EEEEEE; 
					border-collapse: collapse; 
					font-family: Verdana; 
					font-size: 9pt;	
					margin-left: auto;
					margin-right: auto;					
					width: 100%;											
				}
				
td.standardTable	{border-style: none;}	
th.standardTable	{border-style: none;}


.indexPage			{font-family: "Arial Black"; font-size: 22pt; color: #CD3333; font-weight: bold;}

/* general links */
A:link 		{color: #000000; text-decoration: none;}
A:visited 		{color: #000000; text-decoration: none;}
A:active 		{color: #000000; text-decoration: none;}
A:hover 		{text-decoration: none; color: #CD3333;}


/* Enlarge it - START */
.big {
  border: none;
  font-family: Garamond, TimesNewRoman, Times, serif;
  font-weight: bold;
  font-size: 20pt;
  font-variant: small-caps;
  letter-spacing: 1pt;
  color: #660000;
  }
  .mydiv {
  text-indent:100px;
  padding-top:50px;
  width=60%;
  }
/* Enlarge it - END*/


