.table_border {
		border: 2px solid black;
		border-color: #000000;
	      }

.table_border1 {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-style: solid;
		border-color: #000000;
	}

.textarea_border {
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px;
		border-style: solid;
		border-color: #bfbfbf;
	}

.textarea_border1 {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-style: solid;
		border-color: #000000;
	}

.hr_line {
		border-color: #000000;
		}


.button {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-style: solid;
		border-color: #4d4a4a;
		background-color: #bcc5c0;
		}


.submit	{
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-style: solid;
		border-color: #3188B5;
		color: #FFFFFF;
		background-color: #3188B5;
	}

.link	{
		text-decoration: none;
		color: blue;
	}

.link_black {
				text-decoration: none;
				color: #000000;
				}

.text1	{
		font-family: times;
		font-size: 100%;
		color: #000000;
	}
	
.text2	{
		font-family: times;
		font-size: 100%;
		font-weight: bold;
		color: #000000;
	}	
	
.text3	{
		font-family: times;
		font-size: 100%;
		color: blue;
	}

.text_color	{
		font-family: times;
		font-size: 110%;
		font-weight: bold;
		color: #FFFFFF;
	}


